shadow font examples
Example 1: css text shadow
text-shadow: x, y, blur, color;
Example 2: shadow font examples
text-shadow: -1px 0px 2px rgba(150, 150, 150, 1);
Example 3: text-shadow
text-shadow: h-shadow v-shadow blur-radius color|none|initial|inherit;