Skip to content

Instantly share code, notes, and snippets.

@wwwisie
Created September 26, 2019 22:22
Show Gist options
  • Select an option

  • Save wwwisie/61fb2b841d6d3ce24c45a7298e958256 to your computer and use it in GitHub Desktop.

Select an option

Save wwwisie/61fb2b841d6d3ce24c45a7298e958256 to your computer and use it in GitHub Desktop.
CSS debugger
/******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