Skip to content

Instantly share code, notes, and snippets.

@bjesuiter
Created June 25, 2021 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjesuiter/ac9deb8a06cb165a01dacfec4908f7e8 to your computer and use it in GitHub Desktop.
Save bjesuiter/ac9deb8a06cb165a01dacfec4908f7e8 to your computer and use it in GitHub Desktop.
Awesome CSS Tricks
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