Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Last active January 9, 2016 08:18
Show Gist options
  • Save gearmobile/38755dc858565501546d to your computer and use it in GitHub Desktop.
Save gearmobile/38755dc858565501546d to your computer and use it in GitHub Desktop.
Border Box Model
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment