+ 10
How do you apply more than one shadow in css
7 Answers
+ 7
More than one shadow, like one one the right and left sides of the text
+ 7
Thanks a lot
+ 6
Yes, thanks a lot
+ 3
use the text-shadow attribute with a comma in between the values as a set.
eg: text-shadow: 5px 2px 4px green, -5px -2px 4px green;
+ 1
More than one shadow? Or do you mean apply more intensity?
+ 1
You just need to separate the types os text-shadow you want to create by a comma. So the syntax will be--->
---> h1{text-shadow: ...px ...px ...px, ...px ...px ...px,....
}
I hope I've helped you
0
Abieyuwa Idehen I'm not any good at css but I will just link you to this website:
https://www.w3schools.com/css/css3_shadows.asp