Skip to content

Instantly share code, notes, and snippets.

@abhirathore2006
Created September 12, 2019 06:10
Show Gist options
  • Save abhirathore2006/97b6a01de77b1caea4249ae18ee8f250 to your computer and use it in GitHub Desktop.
Save abhirathore2006/97b6a01de77b1caea4249ae18ee8f250 to your computer and use it in GitHub Desktop.
CSS background hack for testing
* { 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); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment