Skip to content

Instantly share code, notes, and snippets.

@yeukhon
Created October 30, 2013 12:14
Show Gist options
  • Save yeukhon/7231630 to your computer and use it in GitHub Desktop.
Save yeukhon/7231630 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Hack Mill</title>
<style type="text/css">
body { background-color: #000 }
#center {
width: 100%;
text-align: center;
margin: 1em auto;
}
</style>
</head>
<body>
<div id="center">
<img src="images/hackmill.png" />
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment