Skip to content

Instantly share code, notes, and snippets.

@ericdouglas
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save ericdouglas/9091843 to your computer and use it in GitHub Desktop.

Select an option

Save ericdouglas/9091843 to your computer and use it in GitHub Desktop.
Box-sizing:border-box - CSS
*,
*: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