marqueewel / index.html
richylyq's picture
add marquee
7854eb7
raw
history blame
300 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>Welcome Home</marquee>
</div>
</body>
</html>