Skip to content

Instantly share code, notes, and snippets.

@pr3ssh
Last active August 29, 2015 13:59
Show Gist options
  • Save pr3ssh/10863912 to your computer and use it in GitHub Desktop.
Save pr3ssh/10863912 to your computer and use it in GitHub Desktop.
#29nov14
<html>
<head>
<title>#29nov14</title>
<style>
body {
margin: 0;
padding: 0;
text-align: center;
background-color: #000;
}
h1 {
color: #DBD7DB;
}
#planet {
position: absolute;
bottom: 0;
}
</style>
</head>
<body>
<h1>#29nov14</h1>
<img id="planet" src="https://dl.dropboxusercontent.com/u/3873418/encelado.png" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment