Created
February 7, 2017 13:18
-
-
Save maliMirkec/57ec33e531fdc6404cda391b6c1a0663 to your computer and use it in GitHub Desktop.
Simple 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
* { | |
padding: 0; | |
margin: 0; | |
box-sizing: border-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment