Created
September 26, 2019 22:22
-
-
Save wwwisie/61fb2b841d6d3ce24c45a7298e958256 to your computer and use it in GitHub Desktop.
CSS debugger
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
| /******DEBUGG******/ | |
| body > * { | |
| // border: 1px solid rgba(255, 0, 0, 0.5); | |
| box-sizing: border-box !important; | |
| outline: 1px solid rgba(255, 0, 0, 0.5); | |
| } | |
| body div { | |
| // border: 1px solid rgba(0, 123, 255, 0.5); | |
| box-sizing: border-box !important; | |
| outline: 1px solid rgba(0, 123, 255, 0.5); | |
| } | |
| body section { | |
| // border: 1px solid rgba(0, 255, 0, 0.5); | |
| box-sizing: border-box !important; | |
| outline: 1px solid rgba(0, 255, 0, 0.5); | |
| } | |
| body ul { | |
| // border: 1px solid rgba(0, 255, 0, 0.5); | |
| box-sizing: border-box !important; | |
| outline: 1px solid rgba(208, 255, 0, 0.623); | |
| } | |
| body li { | |
| // border: 1px solid rgba(0, 255, 0, 0.5); | |
| box-sizing: border-box !important; | |
| outline: 1px solid rgba(162, 0, 255, 0.623); | |
| } | |
| /******DEBUGG******/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment