Cross-Browser text-shadow
Cross-Browser text-shadow
Text-shadow is the method of applying one or more shadow or blur effects to text
Browser Support
This feature is already supported by a few major browsers including Chrome, Firefox, Safari and Opera.
Code Example
You can use Text-shadow like this:
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
More Information
More information can be found here.