Created
September 7, 2014 19:11
-
-
Save sengertwd/e11fd58686fe18e431c9 to your computer and use it in GitHub Desktop.
This is a set of resets that I created in order to be used with codepen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
html, | |
body { | |
font-family: sans-serif; | |
margin: 0; | |
padding: 0; | |
} | |
h1, h2, | |
h3, h4, | |
h5, h6 { | |
margin: 0; | |
line-height: 2; | |
} | |
nav ul { | |
margin: 0; | |
padding: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment