Skip to content

Instantly share code, notes, and snippets.

@desigens
Created November 6, 2012 14:52
Show Gist options
  • Save desigens/4025159 to your computer and use it in GitHub Desktop.
Save desigens/4025159 to your computer and use it in GitHub Desktop.
CSS Snippets
-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