Skip to content

Instantly share code, notes, and snippets.

@dopeboy
Created January 24, 2017 05:56
Show Gist options
  • Save dopeboy/50b7e17559c4f94056ade880a3be9fe9 to your computer and use it in GitHub Desktop.
Save dopeboy/50b7e17559c4f94056ade880a3be9fe9 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=50b7e17559c4f94056ade880a3be9fe9
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<marquee >
Howdy!
</marquee>
</body>
</html>
marquee {
width: "200";
height: "50";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment