Skip to content

Instantly share code, notes, and snippets.

@michaelnie
Created December 18, 2012 15:36
Show Gist options
  • Save michaelnie/4329036 to your computer and use it in GitHub Desktop.
Save michaelnie/4329036 to your computer and use it in GitHub Desktop.
Border Box
-webkit-box-sizing: border-box;
-moz-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