Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save IacovColisnicenco/bb3a800a0a91165f81126325da845db1 to your computer and use it in GitHub Desktop.
Save IacovColisnicenco/bb3a800a0a91165f81126325da845db1 to your computer and use it in GitHub Desktop.
box-sizing — best practice
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