Skip to content

Instantly share code, notes, and snippets.

@palawer
Last active January 2, 2023 17:44
Show Gist options
  • Save palawer/98cd9b79d676b4b33f2572a7e9bc79db to your computer and use it in GitHub Desktop.
Save palawer/98cd9b79d676b4b33f2572a7e9bc79db to your computer and use it in GitHub Desktop.
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