Skip to content

Instantly share code, notes, and snippets.

@dreadjr
Created June 15, 2012 15:20
Show Gist options
  • Save dreadjr/2936979 to your computer and use it in GitHub Desktop.
Save dreadjr/2936979 to your computer and use it in GitHub Desktop.
box sizing
* {
-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