css drop shadow text code example
Example 1: text shadow
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
Example 2: css text shadow
text-shadow: x, y, blur, color;
Example 3: text-shadow
text-shadow: h-shadow v-shadow blur-radius color|none|initial|inherit;