Skip to content

Instantly share code, notes, and snippets.

@jacobrask
Created June 18, 2011 13:40
Show Gist options
  • Select an option

  • Save jacobrask/1033108 to your computer and use it in GitHub Desktop.

Select an option

Save jacobrask/1033108 to your computer and use it in GitHub Desktop.
Experimental CSS reset for prototyping.
* {
margin: 0;
padding: 0;
border: 0;
font: inherit;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment