Answers for "why my text shadow is not working"

CSS
4

css text shadow

p{
  /* text-shadow: x y blur spread color */ 
  text-shadow: 2px 2px 5px 5px #f00;
}
Posted by: Guest on June-14-2021
2

text shadow css

/*           x   y  blur color */
text-shadow: 1px 1px 1px  #000000;
Posted by: Guest on May-05-2021

Code answers related to "why my text shadow is not working"

Browse Popular Code Answers by Language