Skip to content

Instantly share code, notes, and snippets.

@rwebler
Created November 30, 2019 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwebler/7413a9b2134f56c3a28e85cfd9b72d46 to your computer and use it in GitHub Desktop.
Save rwebler/7413a9b2134f56c3a28e85cfd9b72d46 to your computer and use it in GitHub Desktop.
CRT-like text
/* From https://retrocomputing.stackexchange.com/questions/12835/exactly-what-color-was-the-text-on-monochrome-terminals-with-green-on-black-and */
font-size: 30px;
color: #f0fff8; /* almost white */
text-shadow: 0 0 3px #80ffc0, 0 0 10px #00ff66, 0 0 20px #00ff66, 0 0 30px #00ff66;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment