Skip to content

Instantly share code, notes, and snippets.

@pipster
Created March 14, 2012 08:11
Show Gist options
  • Save pipster/2035003 to your computer and use it in GitHub Desktop.
Save pipster/2035003 to your computer and use it in GitHub Desktop.
CSS: Joseph Lowery Simple reset
* {
vertical-align: baseline;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
font-size: 100%;
outline: 0;
padding: 0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment