Spaces:
Running
Running
<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="slider"> | |
<svg viewBox="0 0 275 1000"> | |
<polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" /> | |
</svg> | |
Welcome Home | |
<svg viewBox="275 0 275 1000"> | |
<polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" /> | |
</svg> | |
</div> | |
</marquee> | |
</div> | |
</body> | |
</html> | |