richylyq commited on
Commit
8bd19aa
1 Parent(s): efeddff

update text and marquee loop

Browse files
Files changed (1) hide show
  1. index.html +8 -2
index.html CHANGED
@@ -8,14 +8,20 @@
8
  </head>
9
  <body>
10
  <div class="card">
11
- <marquee class="marquee" Scrollamount=10>
12
  <div class="bangtan-logo">
13
  <svg viewBox="0 0 275 275">
14
  <polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
15
  </svg>
 
 
 
16
  </div>
17
- Welcome Home
18
  <div class="bangtan-logo">
 
 
 
19
  <svg viewBox="275 0 275 275">
20
  <polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
21
  </svg>
 
8
  </head>
9
  <body>
10
  <div class="card">
11
+ <marquee class="marquee" Scrollamount=15 loop="">
12
  <div class="bangtan-logo">
13
  <svg viewBox="0 0 275 275">
14
  <polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
15
  </svg>
16
+ <svg viewBox="275 0 275 275">
17
+ <polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
18
+ </svg>
19
  </div>
20
+ WELCOME HOME
21
  <div class="bangtan-logo">
22
+ <svg viewBox="0 0 275 275">
23
+ <polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
24
+ </svg>
25
  <svg viewBox="275 0 275 275">
26
  <polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
27
  </svg>