Created
September 6, 2019 12:25
-
-
Save xiaohutai/e4ef596fb4267e48e9dd891a48bfe031 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { 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); } |
Author
xiaohutai
commented
Sep 6, 2019
- Alternative: https://zaydek.github.io/debug.css.html
- Source: https://dev.to/gajus/my-favorite-css-hack-32g3
- https://gist.github.com/olee/50f0ddac55418f705e0c5759e15e946d#file-css-layout-hack-js-L3
- https://gist.github.com/growthboot/5c189cf854c6609d3113355c75527c1c
- https://gist.github.com/vcastroi/e0d296171842e74ad7d4eef7daf15df6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment