Skip to content

Instantly share code, notes, and snippets.

@AllThingsSmitty
Created October 18, 2017 19:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AllThingsSmitty/ea4c73786b29c044d017e471fa4aeaa5 to your computer and use it in GitHub Desktop.
Save AllThingsSmitty/ea4c73786b29c044d017e471fa4aeaa5 to your computer and use it in GitHub Desktop.
Snippet for CSS reset
*,
*:before,
*:after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment