Skip to content

Instantly share code, notes, and snippets.

@reactormade
Created January 11, 2013 12:13
Show Gist options
  • Save reactormade/4510273 to your computer and use it in GitHub Desktop.
Save reactormade/4510273 to your computer and use it in GitHub Desktop.
/* apply a natural box layout model to all elements */
* { -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