Created
October 18, 2017 19:54
-
-
Save AllThingsSmitty/ea4c73786b29c044d017e471fa4aeaa5 to your computer and use it in GitHub Desktop.
Snippet for CSS reset
This file contains hidden or 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
*, | |
*: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