Created
September 28, 2016 16:33
-
-
Save yoksel/d261e285d3bea21510394dfe27050725 to your computer and use it in GitHub Desktop.
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
BODY > * { | |
outline: 2px solid hotpink; | |
} | |
BODY > * > * { | |
outline: 2px dashed yellowgreen; | |
outline-offset: -2px; | |
} | |
BODY > * > * > * { | |
outline: 2px dotted steelblue; | |
outline-offset: -4px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment