neon

neon text flavour

by edwardsharp

HTML

<h1 class="neon">PROTECT ME FROM WHAT I WANT</h1>

CSS

body{
  background-color: black;
  font-family: sans-serif;
}
.neon {
  color: #f1f;
  text-shadow:
    0 0 5px #f1f,
    0 0 10px #f1f,
    0 0 20px #f1f,
    0 0 40px #f1f,
    0 0 80px #f1f,
    0 0 90px #f1f,
    0 0 100px #f1f,
    0 0 150px #f1f;
}