shadow under text css code example
Example 1: text shadow
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
Example 2: text shadow css
.myClass{
/* x y blur color */
text-shadow: 1px 1px 0px #ff0000;
}
Example 3: text-shadow
text-shadow: h-shadow v-shadow blur-radius color|none|initial|inherit;