Answers for "font shadow"

CSS
0

font shadow css

.myClass{
  /*           x   y   blur color */
  text-shadow: 1px 1px 0px #ff0000;
}
Posted by: Guest on July-06-2021
0

text-shadow

text-shadow: h-shadow v-shadow blur-radius color|none|initial|inherit;
Posted by: Guest on June-05-2020

Browse Popular Code Answers by Language