marqueewel / index.html
richylyq's picture
change the divs for bangtan logo
23b0b14
raw
history blame
777 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<marquee class="marquee">
<div class="bangtan-logo">
<svg viewBox="0 0 275 1000">
<polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
</svg>
</div>
Welcome Home
<div class="bangtan-logo"
<svg viewBox="275 0 275 1000">
<polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
</svg>
</div>
</marquee>
</div>
</body>
</html>