Skip to content

Instantly share code, notes, and snippets.

@andreyshr
Created September 16, 2017 10:11
Show Gist options
  • Save andreyshr/7131a17c6de8cd267c155303e76f7d6a to your computer and use it in GitHub Desktop.
Save andreyshr/7131a17c6de8cd267c155303e76f7d6a to your computer and use it in GitHub Desktop.
border-box
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment