Skip to content

Instantly share code, notes, and snippets.

@curiouslychase
Created March 18, 2013 21:18
Show Gist options
  • Save curiouslychase/5190901 to your computer and use it in GitHub Desktop.
Save curiouslychase/5190901 to your computer and use it in GitHub Desktop.
Box Layout Model
/* 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