Skip to content

Instantly share code, notes, and snippets.

@veeara282
Last active June 2, 2021 03:09
Show Gist options
  • Save veeara282/4b7bdf2e37ce6e1107b05ddfd953d4e0 to your computer and use it in GitHub Desktop.
Save veeara282/4b7bdf2e37ce6e1107b05ddfd953d4e0 to your computer and use it in GitHub Desktop.
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