Skip to content

Instantly share code, notes, and snippets.

@robertocinetto
Last active June 22, 2022 16:15
Show Gist options
  • Save robertocinetto/4356da6c4c32792affafc45ec401007c to your computer and use it in GitHub Desktop.
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
* {
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