Skip to content

Instantly share code, notes, and snippets.

@asanchez75
Forked from angelolev/lifehack.css
Created April 18, 2022 16:33
Show Gist options
  • Save asanchez75/17f1ac7762db15bdbe40cf64ee40a7a5 to your computer and use it in GitHub Desktop.
Save asanchez75/17f1ac7762db15bdbe40cf64ee40a7a5 to your computer and use it in GitHub Desktop.
Script to see HTML elements containers and properties
<style>
html * {
background: rgba(255, 0, 0, .1);
box-shadow: 0 0 0 1px red;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment