Created
April 1, 2022 03:52
-
-
Save iamspark1e/4d19ac03da12228f27f67aaf1cb5f86f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| var threedTheme = document.createElement('style') | |
| threedTheme.innerHTML = "* {text-overflow: clip;letter-spacing: 3px;text-shadow: -3px 0 1px cyan, 3px 0 1px red;}" | |
| document.head.append(threedTheme) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment