-
-
Save asanchez75/17f1ac7762db15bdbe40cf64ee40a7a5 to your computer and use it in GitHub Desktop.
Script to see HTML elements containers and properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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