Textglowneonshadow

Neon Glow Text

A glowing neon text effect using layered text-shadows. Change the color (#8b5cf6) to match your theme. Works best on dark backgrounds.

.neon-text {
  color: #fff;
  text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #8b5cf6,
    0 0 82px #8b5cf6,
    0 0 92px #8b5cf6;
}

More Text effects