Skip to content

Instantly share code, notes, and snippets.

@chatrjr
Created July 28, 2012 22:50
Show Gist options
  • Select an option

  • Save chatrjr/3195081 to your computer and use it in GitHub Desktop.

Select an option

Save chatrjr/3195081 to your computer and use it in GitHub Desktop.
box-sizing: border-box snippet for blog post
* {
-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