Skip to content

Instantly share code, notes, and snippets.

@Kimmich-DigitalMedia
Created August 2, 2014 12:49
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 Kimmich-DigitalMedia/422808a42a92ddd9c39b to your computer and use it in GitHub Desktop.
Save Kimmich-DigitalMedia/422808a42a92ddd9c39b to your computer and use it in GitHub Desktop.
Box-Sizing
*, *:before, *:after {
box-sizing : border-box;
-webkit-box-sizing : border-box;
-moz-box-sizing : border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment