Skip to content

Instantly share code, notes, and snippets.

@gregorriegler
Created December 27, 2020 14:27
Show Gist options
  • Save gregorriegler/d89717230a4e7318515a3977caf5b92d to your computer and use it in GitHub Desktop.
Save gregorriegler/d89717230a4e7318515a3977caf5b92d to your computer and use it in GitHub Desktop.
hacky css inspector for html uis
* {
border: 1px solid red;
}
*:before {
content: "id: " attr(id) " class: " attr(class);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment