Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created October 29, 2015 09:23
Show Gist options
  • Save ABooooo/0de7c27766110490176d to your computer and use it in GitHub Desktop.
Save ABooooo/0de7c27766110490176d to your computer and use it in GitHub Desktop.
box sizing
* {
-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