Skip to content

Instantly share code, notes, and snippets.

@betawax
Created February 13, 2012 15:18
Show Gist options
  • Save betawax/1817546 to your computer and use it in GitHub Desktop.
Save betawax/1817546 to your computer and use it in GitHub Desktop.
CSS simple reset
html * { margin: 0; padding: 0; border: 0; outline: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment