Skip to content

Instantly share code, notes, and snippets.

@chochinlu
Created March 21, 2019 07:50
Show Gist options
  • Save chochinlu/40f3008d52fad6f1a0193243a37b1578 to your computer and use it in GitHub Desktop.
Save chochinlu/40f3008d52fad6f1a0193243a37b1578 to your computer and use it in GitHub Desktop.
reset.css
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
/* font-size: 10px; */
font-size: 62.5%;
}
body {
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment