marqueewel / index.html
richylyq's picture
Update index.html
ca30e54
<!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" Scrollamount=15 loop="">
<!-- <div class="bangtan-logo-left">
<svg viewBox="0 0 1080 720">
<polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
</svg>
<svg viewBox="275 0 1080 720">
<polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
</svg>
</div> -->
WELCOME &nbsp; HOME
<!-- <div class="bangtan-logo-right">
<svg viewBox="1000 0 1080 720">
<polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
</svg>
<svg viewBox="275 0 1080 720">
<polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
</svg>
</div> -->
</marquee>
</div>
</body>
</html>