html tutorial - How to apply shadow effect on text using CSS - html5 - html code - html form
Answer: Use the CSS text-shadow property
The CSS text-shadow
property display the shadow effect on text elements. User can apply more than one shadow by using a comma separated list of shadows.
Each shadow is specified as an offset from the text (horizontal and vertical), along with the blur radius value and optional color value. Check out the following example: