Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save iamspark1e/4d19ac03da12228f27f67aaf1cb5f86f to your computer and use it in GitHub Desktop.

Select an option

Save iamspark1e/4d19ac03da12228f27f67aaf1cb5f86f to your computer and use it in GitHub Desktop.
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