Skip to content

Instantly share code, notes, and snippets.

@satansdeer
Created July 23, 2018 19:30
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 satansdeer/0c4e35e2f4b6641dd8469362635e23f2 to your computer and use it in GitHub Desktop.
Save satansdeer/0c4e35e2f4b6641dd8469362635e23f2 to your computer and use it in GitHub Desktop.
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background-color: #F3F2ED;
height: 100%;
margin: 0;
padding: 0;
padding: 80px 0;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment