Skip to content

Instantly share code, notes, and snippets.

@enieber
Last active August 29, 2015 14:27
Show Gist options
  • Save enieber/1fd9edd9b3c48e5e515b to your computer and use it in GitHub Desktop.
Save enieber/1fd9edd9b3c48e5e515b to your computer and use it in GitHub Desktop.
border-box 

*, *::before, *::after {
-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