Skip to content

Instantly share code, notes, and snippets.

@trevor-atlas
Last active December 29, 2015 11:19
Show Gist options
  • Save trevor-atlas/7662559 to your computer and use it in GitHub Desktop.
Save trevor-atlas/7662559 to your computer and use it in GitHub Desktop.
Border box sizing for all elements
/* apply a natural box layout model to all elements */
*, *:before, *:after {
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment