Skip to content

Instantly share code, notes, and snippets.

@donatj
Created April 20, 2012 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save donatj/2432052 to your computer and use it in GitHub Desktop.
Save donatj/2432052 to your computer and use it in GitHub Desktop.
Pure CSS Debuggery
*[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