Skip to content

Instantly share code, notes, and snippets.

@anselmh
Created August 15, 2012 10:05
Show Gist options
  • Save anselmh/3358385 to your computer and use it in GitHub Desktop.
Save anselmh/3358385 to your computer and use it in GitHub Desktop.
Make everything box-sizing: border-box;
*, *:before, *:after
{
-webkit-box-sizing: border-box;
-moz-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