Skip to content

Instantly share code, notes, and snippets.

@luizrobertofreitas
Created November 22, 2013 17:14
Show Gist options
  • Save luizrobertofreitas/7603497 to your computer and use it in GitHub Desktop.
Save luizrobertofreitas/7603497 to your computer and use it in GitHub Desktop.
CSS Reset
*{
margin: 0;
padding: 0;
list-style: none;
vertical-align: baseline;
font-family: 'Arial';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment