Skip to content

Instantly share code, notes, and snippets.

@magnobiet
Created January 28, 2025 10:38
Show Gist options
  • Save magnobiet/1889501258013c31094ec7bd30138d57 to your computer and use it in GitHub Desktop.
Save magnobiet/1889501258013c31094ec7bd30138d57 to your computer and use it in GitHub Desktop.
<p class="hello">Hello</p>
<style>
body { color: red; }
p { color: green; }
.hello { color: unset; }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment