Skip to content

Instantly share code, notes, and snippets.

@THuRStoN
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save THuRStoN/8978475 to your computer and use it in GitHub Desktop.

Select an option

Save THuRStoN/8978475 to your computer and use it in GitHub Desktop.
CSS — Debug Elements
* *:hover { border:2px solid #89A81E } /* Solid Green */
* * *:hover { border:2px solid #F34607 } /* Solid Orange */
* * * *:hover { border:2px solid #5984C3 } /* Solid Blue */
* * * * *:hover { border:2px solid #CD1821 } /* Solid Red */
* * * * * *:hover { border:2px dotted #89A81E } /* Dotted Green */
* * * * * * *:hover { border:2px dotted #F34607 } /* Dotted Orange */
* * * * * * * *:hover { border:2px dotted #5984C3 } /* Dotted Blue */
* * * * * * * * *:hover { border:2px dotted #CD1821 } /* Dotted Red */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment