Skip to content

Instantly share code, notes, and snippets.

@nickbytes
Last active September 23, 2019 22:48
Show Gist options
  • Save nickbytes/4922c57c0f05cc2fa2bcd40527d0ee16 to your computer and use it in GitHub Desktop.
Save nickbytes/4922c57c0f05cc2fa2bcd40527d0ee16 to your computer and use it in GitHub Desktop.
my css reset
html { box-sizing: border-box }
*, *:before, *:after { box-sizing: inherit; }
body { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
margin: 0;
padding: 0;
font-weight: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment