|
|
|
|
|
by tiborsaas
1058 days ago
|
|
You could add these styles to get closer to the CRT look: Add these to the body style: text-shadow: 1px 1px 6px #8aff00;
filter: blur(0.3px);
background-image: repeating-linear-gradient( to bottom, rgb(0 0 0), rgb(0 255 76 / 7%) 3px, rgb(100 100 100 / 23%) 7px );
Also bump the font-size to 18px, it looks a bit better imho. |
|