-
-
Save bantya/a236d22025b80c6d6fdd20538de4e2bb to your computer and use it in GitHub Desktop.
Pure CSS Debuggery
This file contains hidden or 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
*[class]:before { | |
position: absolute; | |
background: rgba(10,10,10,.6); | |
padding: 10px; | |
border-radius: 4px; | |
color: white; | |
font-size: 10px; | |
display: block; | |
content: "[" attr(class) "] " ; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment