richylyq commited on
Commit
23b0b14
1 Parent(s): 813f42d

change the divs for bangtan logo

Browse files
Files changed (1) hide show
  1. index.html +4 -2
index.html CHANGED
@@ -9,11 +9,13 @@
9
  <body>
10
  <div class="card">
11
  <marquee class="marquee">
12
- <div class="slider">
13
  <svg viewBox="0 0 275 1000">
14
  <polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
15
  </svg>
16
- Welcome Home
 
 
17
  <svg viewBox="275 0 275 1000">
18
  <polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
19
  </svg>
 
9
  <body>
10
  <div class="card">
11
  <marquee class="marquee">
12
+ <div class="bangtan-logo">
13
  <svg viewBox="0 0 275 1000">
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 1000">
20
  <polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
21
  </svg>