Skip to content

Instantly share code, notes, and snippets.

@codedrops-io
Created June 18, 2020 14:56
Show Gist options
  • Save codedrops-io/1ae2cb8101e2c1b26a975cbf86cab6b6 to your computer and use it in GitHub Desktop.
Save codedrops-io/1ae2cb8101e2c1b26a975cbf86cab6b6 to your computer and use it in GitHub Desktop.
Initialize the body of your document.
body {
margin: 0;
padding: 0;
box-sizing: border-box;
* {
box-sizing: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&:after,
&:before {
padding: 0;
margin: 0;
box-sizing: inherit;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment