Skip to content

Instantly share code, notes, and snippets.

@nichoth
Last active February 2, 2024 19:25
Show Gist options
  • Save nichoth/7150e9b54ed11c1c68a9c4c377091a64 to your computer and use it in GitHub Desktop.
Save nichoth/7150e9b54ed11c1c68a9c4c377091a64 to your computer and use it in GitHub Desktop.
CSS box sizing
*,
*::before,
*::after {
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment