Skip to content

Instantly share code, notes, and snippets.

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 joshuataylor/2babe6cf3ab8175661ad3374cbc62fb8 to your computer and use it in GitHub Desktop.
Save joshuataylor/2babe6cf3ab8175661ad3374cbc62fb8 to your computer and use it in GitHub Desktop.
<html>
<style>
body {
background-color: #000;
}
h1 {
text-align: center;
color: #fff;
left: 0;
line-height: 200px;
margin: auto;
margin-top: -100px;
position: absolute;
top: 50%;
width: 100%;
}
</style>
<body>
<h1>Coming Soon</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment