how to give text shadow in css code example
Example 1: text shadow css
.myClass{
/* x y blur color */
text-shadow: 1px 1px 0px #ff0000;
}
Example 2: text-shadow
text-shadow: h-shadow v-shadow blur-radius color|none|initial|inherit;