Skip to content

Instantly share code, notes, and snippets.

@olygood
Last active August 14, 2023 09:19
Show Gist options
  • Save olygood/594b300c8aaf94fb2afdec01c1cb1238 to your computer and use it in GitHub Desktop.
Save olygood/594b300c8aaf94fb2afdec01c1cb1238 to your computer and use it in GitHub Desktop.
reset css
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment