Skip to content

Instantly share code, notes, and snippets.

@dhonx
Last active September 6, 2019 09:58
Show Gist options
  • Save dhonx/affb9c73b581bcf2578a38904aceccef to your computer and use it in GitHub Desktop.
Save dhonx/affb9c73b581bcf2578a38904aceccef to your computer and use it in GitHub Desktop.
CSS Hacks
/* Read for more in here -> https://dev.to/gajus/my-favorite-css-hack-32g3 */
* { 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