Use text shadow to add a shadow effect on your styles.
text-shadow:#color, x-coordinate relative to text, y-coordinate relative to the text, blur-radius;
Example:
#id_name{text-shadow:#fff 1px 2px 3px;}
Use text shadow to add a shadow effect on your styles.
text-shadow:#color, x-coordinate relative to text, y-coordinate relative to the text, blur-radius;
Example:
#id_name{text-shadow:#fff 1px 2px 3px;}