Skip to content

Instantly share code, notes, and snippets.

@adriaanbd
Last active January 27, 2019 01:58
Show Gist options
  • Save adriaanbd/9a68c2a70c66cb9974223a7ec74e6dfd to your computer and use it in GitHub Desktop.
Save adriaanbd/9a68c2a70c66cb9974223a7ec74e6dfd to your computer and use it in GitHub Desktop.
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment