Skip to content

Instantly share code, notes, and snippets.

@jakelodwick
Created January 17, 2013 04:12
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 jakelodwick/4553577 to your computer and use it in GitHub Desktop.
Save jakelodwick/4553577 to your computer and use it in GitHub Desktop.
CSS snippet that puts colored outlines (NOT borders) around all elements on page. I did not create this, but I forget where I got it.
* { outline: 1px dotted red } * * { outline: 1px dotted green } * * * { outline: 1px dotted orange } * * * * { outline: 1px dotted blue } * * * * * { outline: 1px solid fuchsia } * * * * * * { outline: 1px solid teal } * * * * * * * { outline: 1px solid indigo } * * * * * * * * { outline: 1px solid brown }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment