Skip to content

Instantly share code, notes, and snippets.

@veeara282
Last active June 2, 2021 03:09
Marriott Marquee
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Marriott Marquee &bull; New York</title>
<style>
.marquee {
color: rgb(161, 29, 43);
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 72pt;
font-weight: 600;
}
</style>
</head>
<body>
<marquee class="marquee" scrollamount="10">The Marriott Marquee &bull; New York</marquee>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment