Skip to content

Instantly share code, notes, and snippets.

@dreamerkumar
Created May 29, 2020 00:42
Show Gist options
  • Save dreamerkumar/4b0d57ecdf1656977460489b5cf3058f to your computer and use it in GitHub Desktop.
Save dreamerkumar/4b0d57ecdf1656977460489b5cf3058f to your computer and use it in GitHub Desktop.
Are you having a hard time debugging your CSS? Try using this simple line to visualize all of your elements on the page.
* {
outline: solid 0.25rem red !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment