Skip to content

Instantly share code, notes, and snippets.

@sengertwd
Created September 7, 2014 19:11
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 sengertwd/e11fd58686fe18e431c9 to your computer and use it in GitHub Desktop.
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.
* {
-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