Skip to content

Instantly share code, notes, and snippets.

@HakaCode
Created June 5, 2019 17:49
Show Gist options
  • Save HakaCode/5691814bd5d2225c85b03b17237c53ce to your computer and use it in GitHub Desktop.
Save HakaCode/5691814bd5d2225c85b03b17237c53ce to your computer and use it in GitHub Desktop.
reset css
*=>RESET<=*/
* {
margin: 0;
padding: 0;
border: none;
font-size: 100%;
line-height: normal;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment