Skip to content

Instantly share code, notes, and snippets.

@tamalerhino
Created November 10, 2019 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamalerhino/239136470f55c75a76d5f4d09e16433c to your computer and use it in GitHub Desktop.
Save tamalerhino/239136470f55c75a76d5f4d09e16433c to your computer and use it in GitHub Desktop.
Basic site used for demo's - Save the Chubby Unicorn!
<!DOCTYPE html>
<html>
<head>
<title>Save The Chubby Unicorn!</title>
<style type="text/css">
body {
background-image: url('https://cdn-images.threadless.com/threadless-shop/products/1000/1272x920design_02.jpg?w=1272&h=920');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
</head>
<body>
<h1 style="text-align:center;font-size:60px;color:white">Save The Chubby Unicorn!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment