Skip to content

Instantly share code, notes, and snippets.

@niikkiin
Last active June 23, 2020 03:32
Show Gist options
  • Save niikkiin/b5c9a45bd6405b4a217edd2a5a0be171 to your computer and use it in GitHub Desktop.
Save niikkiin/b5c9a45bd6405b4a217edd2a5a0be171 to your computer and use it in GitHub Desktop.
Global Styles
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
font-size: 62.5%; /* equivalent to 10px; 1rem = 10px; 10px/16px */
}
body {
box-sizing: border-box;
font-family: 'Muli', sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment