Skip to content

Instantly share code, notes, and snippets.

@ruffle1986
Created April 29, 2016 12:36
Show Gist options
  • Save ruffle1986/4dc4e108686373fc9d6f62dfe06e787f to your computer and use it in GitHub Desktop.
Save ruffle1986/4dc4e108686373fc9d6f62dfe06e787f to your computer and use it in GitHub Desktop.
Apply box-sizing
*,
*:before,
*:after{
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment