Created
January 13, 2023 17:56
-
-
Save nihat-js/96c4e08446910859e1a36e7041ff4524 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; | |
text-decoration:none; | |
list-style : none; | |
font-family : 'apple' | |
} | |
a{ | |
color : inherit; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reset css initial commit