Skip to content

Instantly share code, notes, and snippets.

@eklimcz-zz
Created February 17, 2014 08:54
Show Gist options
  • Save eklimcz-zz/9047048 to your computer and use it in GitHub Desktop.
Save eklimcz-zz/9047048 to your computer and use it in GitHub Desktop.
Box-Sizing
*, *:before, *:after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment