Created
March 14, 2019 13:44
-
-
Save bstst/93c0b52e490e73d43acdfe69a1c5af49 to your computer and use it in GitHub Desktop.
outline
This file contains 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
document.querySelectorAll('*').forEach(item => item.style = `${item.style.cssText}; outline: 2px solid rgba(255, 0, 0, 0.2);`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment