Last active
June 22, 2022 16:15
-
-
Save robertocinetto/4356da6c4c32792affafc45ec401007c to your computer and use it in GitHub Desktop.
CSS "console.log()" - set of CSS rules to highlight sections and containers in order to debug bad styles
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
* { | |
box-sizing: border-box; | |
background: rgb(0 100 0 / 0.05) !important; | |
// or | |
// outline: 3px solid limegreen !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment