Skip to content

Instantly share code, notes, and snippets.

@andershaig
Created February 28, 2012 01:33
Show Gist options
  • Select an option

  • Save andershaig/1928395 to your computer and use it in GitHub Desktop.

Select an option

Save andershaig/1928395 to your computer and use it in GitHub Desktop.
View CSS Structure
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment