Skip to content

Instantly share code, notes, and snippets.

@amsgator
Created April 21, 2019 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amsgator/8bbff747fd63c8a3546855197c3ada88 to your computer and use it in GitHub Desktop.
Save amsgator/8bbff747fd63c8a3546855197c3ada88 to your computer and use it in GitHub Desktop.
Border-box fix
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