Skip to content

Instantly share code, notes, and snippets.

@AndriyShepitsen
Created April 19, 2013 16:06
Show Gist options
  • Save AndriyShepitsen/5421351 to your computer and use it in GitHub Desktop.
Save AndriyShepitsen/5421351 to your computer and use it in GitHub Desktop.
css reset
* {
vertical-align: top;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
font-size: 100%;
border: 0 none;
outline: 0;
padding: 0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment