Skip to content

Instantly share code, notes, and snippets.

@berend-de-jong
Created March 12, 2013 07:50
Show Gist options
  • Select an option

  • Save berend-de-jong/5140990 to your computer and use it in GitHub Desktop.

Select an option

Save berend-de-jong/5140990 to your computer and use it in GitHub Desktop.
CSS: box-sizing: border-box
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
@berend-de-jong
Copy link
Author

IE8+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment