Skip to content

Instantly share code, notes, and snippets.

@dviramontes
Created June 14, 2013 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dviramontes/5783286 to your computer and use it in GitHub Desktop.
Save dviramontes/5783286 to your computer and use it in GitHub Desktop.
The box model
/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
@paulirish
/*
recommendation for
IE8 and up
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment