Skip to content

Instantly share code, notes, and snippets.

@jupegarnica
Created January 1, 2013 22:50
Show Gist options
  • Save jupegarnica/4430697 to your computer and use it in GitHub Desktop.
Save jupegarnica/4430697 to your computer and use it in GitHub Desktop.
neon css text-shadow
.neon{
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment