Last active
August 29, 2015 13:56
-
-
Save THuRStoN/8978475 to your computer and use it in GitHub Desktop.
CSS — Debug Elements
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
| * *: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