a few words about web development

Neon/glow text in CSS

Another straight to the point solution
This is a very simple, but quite effective CSS effect:


To do this I made one element with text "Glow text" in black and text-shadow = yellow -3px -3px 20px and another one with text-shadow= green 3px 3px 20px. And that's it :)

Parameters for text-shadow are as follow: color, left position, top position, blur.

Comments