all shadow commands in html code example
Example: text shadow css
.myClass{
/* x y blur color */
text-shadow: 1px 1px 0px #ff0000;
}
.myClass{
/* x y blur color */
text-shadow: 1px 1px 0px #ff0000;
}