Skip to content

Instantly share code, notes, and snippets.

@decima
Last active August 20, 2021 08:00
Show Gist options
  • Save decima/a6f253b73fe8183324eac12fa7a7e9d6 to your computer and use it in GitHub Desktop.
Save decima/a6f253b73fe8183324eac12fa7a7e9d6 to your computer and use it in GitHub Desktop.
Reset CSS - the simple way.
body *{
all: unset;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment