Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created July 23, 2013 13:48
Show Gist options
  • Save pablolobos/6062468 to your computer and use it in GitHub Desktop.
Save pablolobos/6062468 to your computer and use it in GitHub Desktop.
CSS: border-box-all
* { -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