text-shadow goodness

Playing around with some nifty css3 for a project I'm working on.
Can't tell if this will be used, but couldn't stop myself from messing around :)

Actually, two lines helped me create this :
color:rgba(77,163,46,0.55);
text-shadow: rgba(255,242,0,0.55) 0px 3px, rgba(0,138,203,0.55) 0px -3px;

More by Ahmed C.

View profile