text shadow property in css 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;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
text-shadow: x, y, blur, color;