Last active
August 14, 2023 09:19
-
-
Save olygood/594b300c8aaf94fb2afdec01c1cb1238 to your computer and use it in GitHub Desktop.
reset css
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
*{ | |
margin: 0; | |
padding: 0; | |
box-sizing: border-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment