text-shadow property use for display one or more shadows to text. Shadow can only be outside of the text element. Basic syntex of text shadow is following:
text-shadow:<x-position> <y-position> <fade> <color>;Supplied arguments are -
text-shadow:0px 0px 50px #ff0000, 10px 10px 45px #00ff00;