Skip to content

Instantly share code, notes, and snippets.

@designsdrivegists
Created November 3, 2013 23:08
Show Gist options
  • Select an option

  • Save designsdrivegists/7295903 to your computer and use it in GitHub Desktop.

Select an option

Save designsdrivegists/7295903 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