Skip to content

Instantly share code, notes, and snippets.

@siggiarni
Created November 26, 2013 14:06
Show Gist options
  • Save siggiarni/0ac65235dc727f869827 to your computer and use it in GitHub Desktop.
Save siggiarni/0ac65235dc727f869827 to your computer and use it in GitHub Desktop.
*,
*: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