Skip to content

Instantly share code, notes, and snippets.

@vedranjaic
Created May 26, 2013 21:45
Show Gist options
  • Save vedranjaic/5654109 to your computer and use it in GitHub Desktop.
Save vedranjaic/5654109 to your computer and use it in GitHub Desktop.
css: Box-sizing
* {
-webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
-moz-box-sizing: border-box; /* Firefox 1+ */
box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment