Glowing/fading links CSS code help [solved, thank you Jennie]

ZakuroToshino's picture
Does anyone have a code/ some tips how to get this effect?
examples: o o o

a:link{color:#000;

<*style*>a:link{color:#000; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;} a:hover{color:#fff; text-decoration:none; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; text-shadow: 0px 0px 3px #000;}<*/style*>

Remove the *'s.
ZakuroToshino's picture

I love you.

I love you.

You're welcome. Happy I could

You're welcome. Happy I could help.