Skip to content

Instantly share code, notes, and snippets.

@deepfriedmind
Created August 25, 2014 17:19
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 deepfriedmind/638dd4a1e690ec538db5 to your computer and use it in GitHub Desktop.
Save deepfriedmind/638dd4a1e690ec538db5 to your computer and use it in GitHub Desktop.
Add different colored backgrounds to all elements for debug purposes.
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment