Skip to content

Instantly share code, notes, and snippets.

@nihat-js
Created January 13, 2023 17:56
Show Gist options
  • Save nihat-js/96c4e08446910859e1a36e7041ff4524 to your computer and use it in GitHub Desktop.
Save nihat-js/96c4e08446910859e1a36e7041ff4524 to your computer and use it in GitHub Desktop.
Reset CSS
*{
margin:0;
padding:0;
box-sizing:border-box;
text-decoration:none;
list-style : none;
font-family : 'apple'
}
a{
color : inherit;
}
@nihat-js
Copy link
Author

reset css initial commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment