Skip to content

Instantly share code, notes, and snippets.

@rikukissa
Last active December 12, 2015 08:49
Show Gist options
  • Save rikukissa/4746693 to your computer and use it in GitHub Desktop.
Save rikukissa/4746693 to your computer and use it in GitHub Desktop.
A little CSS normalization
*
margin 0
padding 0
list-style none
box-sizing border-box
font-weight normal
text-decoration none
-webkit-box-sizing border-box
-moz-box-sizing border-box
box-sizing border-box
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment