Created
September 12, 2011 15:35
-
-
Save agmcleod/1211571 to your computer and use it in GitHub Desktop.
My own css reset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { 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