Last active
June 2, 2021 03:09
Marriott Marquee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>The Marriott Marquee • 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 • New York</marquee> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment