Skip to content

Instantly share code, notes, and snippets.

@aozora
Created January 10, 2018 09:41
Show Gist options
  • Save aozora/4395bd6e8d4a450b1f8d31dcc1bac450 to your computer and use it in GitHub Desktop.
Save aozora/4395bd6e8d4a450b1f8d31dcc1bac450 to your computer and use it in GitHub Desktop.
// what's the difference between these 2 rules ?
html {
box-sizing: border-box;
}
html {
box-sizing: content-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment