Created
November 30, 2019 12:38
-
-
Save rwebler/7413a9b2134f56c3a28e85cfd9b72d46 to your computer and use it in GitHub Desktop.
CRT-like text
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
/* 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