Skip to content

Instantly share code, notes, and snippets.

@xiaohutai
Created September 6, 2019 12:25
Show Gist options
  • Save xiaohutai/e4ef596fb4267e48e9dd891a48bfe031 to your computer and use it in GitHub Desktop.
Save xiaohutai/e4ef596fb4267e48e9dd891a48bfe031 to your computer and use it in GitHub Desktop.
* { 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); }