Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created March 20, 2016 20:09
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 chuck0523/50f9a963cb0de63ada62 to your computer and use it in GitHub Desktop.
Save chuck0523/50f9a963cb0de63ada62 to your computer and use it in GitHub Desktop.
.page {
display: none;
width: 100vw;
height: 100vh;
background-color: #333;
color: #fff;
.title {
height: 30vh;
font-size: 40px;
text-align: center;
line-height: 30vh;
}
.body {
padding: 5vw;
text-align: center;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment