Skip to content

Instantly share code, notes, and snippets.

@distransient
Created November 17, 2013 02:38
Show Gist options
  • Save distransient/7508392 to your computer and use it in GitHub Desktop.
Save distransient/7508392 to your computer and use it in GitHub Desktop.
attempt at browser reset
*, *:after, *:before {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
line-height: 1.5;
vertical-align: baseline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment