Skip to content

Instantly share code, notes, and snippets.

@yoksel
Created September 28, 2016 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoksel/d261e285d3bea21510394dfe27050725 to your computer and use it in GitHub Desktop.
Save yoksel/d261e285d3bea21510394dfe27050725 to your computer and use it in GitHub Desktop.
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