Skip to content

Instantly share code, notes, and snippets.

@kogakure
Created February 25, 2017 10:20
Show Gist options
  • Save kogakure/fa9262acfc35e3b62598eef94cb624c9 to your computer and use it in GitHub Desktop.
Save kogakure/fa9262acfc35e3b62598eef94cb624c9 to your computer and use it in GitHub Desktop.
CSS: box-sizing
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