Skip to content

Instantly share code, notes, and snippets.

@matthewblewitt
Created September 5, 2019 07:30
Show Gist options
  • Save matthewblewitt/a315131f05ebbb26436ca9c979a60234 to your computer and use it in GitHub Desktop.
Save matthewblewitt/a315131f05ebbb26436ca9c979a60234 to your computer and use it in GitHub Desktop.
CSS Outline
* { 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