Skip to content

Instantly share code, notes, and snippets.

@chilinaz
Created February 20, 2014 16:17
Show Gist options
  • Save chilinaz/9117392 to your computer and use it in GitHub Desktop.
Save chilinaz/9117392 to your computer and use it in GitHub Desktop.
*, *:before, *:after {
/* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
-webkit-box-sizing: border-box;
/* Firefox (desktop or Android) 28- */
-moz-box-sizing: border-box;
/* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment