Skip to content

Instantly share code, notes, and snippets.

@muhammedzaimtr
Created February 3, 2017 13:34
Show Gist options
  • Save muhammedzaimtr/d4ef1c43e39dabdb64a13ff6441fdc8c to your computer and use it in GitHub Desktop.
Save muhammedzaimtr/d4ef1c43e39dabdb64a13ff6441fdc8c to your computer and use it in GitHub Desktop.
coming soon
<body>
<div class="coming-soon">
coming soon
</div>
</body>
@import url('https://fonts.googleapis.com/css?family=Roboto:900');
html,body{
background-color:#f5f5f5;
overflow:hidden;
width:100%;
heigth:auto;
font-family: 'Roboto', sans-serif;
}
.coming-soon{
font-size:100px;
margin-top:40vh;
font-weight:900;
color:#cccccc;
}
<link href="https://raw.githubusercontent.com/muhammedzaimtr/ZeroCss/master/zerocss.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment