Skip to content

Instantly share code, notes, and snippets.

@agmcleod
Created September 12, 2011 15:35
Show Gist options
  • Save agmcleod/1211571 to your computer and use it in GitHub Desktop.
Save agmcleod/1211571 to your computer and use it in GitHub Desktop.
My own css reset
* { margin:0;padding:0;}
h1,h2,h3,h4,h5,p,li,a { font-size:12px;font-weight:normal;}
button, img { border:0; }
body {
font-family:Arial, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment