Skip to content

Instantly share code, notes, and snippets.

@shawntax
Created January 17, 2019 18:19
Show Gist options
  • Save shawntax/d815060213cec184530694c8675194fd to your computer and use it in GitHub Desktop.
Save shawntax/d815060213cec184530694c8675194fd to your computer and use it in GitHub Desktop.
CC's 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