Skip to content

Instantly share code, notes, and snippets.

@pedromarins
Created May 16, 2013 12:33
Show Gist options
  • Save pedromarins/5591398 to your computer and use it in GitHub Desktop.
Save pedromarins/5591398 to your computer and use it in GitHub Desktop.
box-sizing
*{ -moz-box-sizing:border-box;- webkit-box-sizing:border-box; box-sizing:border-box; }
https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing?redirectlocale=en-US&redirectslug=CSS%2Fbox-sizing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment