How do you apply more than one shadow in css | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 10

How do you apply more than one shadow in css

26th Dec 2019, 7:44 AM
Abieyuwa Idehen
Abieyuwa Idehen - avatar
7 Respuestas
+ 7
More than one shadow, like one one the right and left sides of the text
26th Dec 2019, 7:47 AM
Abieyuwa Idehen
Abieyuwa Idehen - avatar
+ 7
Thanks a lot
26th Dec 2019, 10:02 AM
Abieyuwa Idehen
Abieyuwa Idehen - avatar
+ 6
Yes, thanks a lot
27th Dec 2019, 6:21 AM
Abieyuwa Idehen
Abieyuwa Idehen - avatar
+ 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;
27th Dec 2019, 1:50 AM
Rshz S
Rshz S - avatar
+ 1
More than one shadow? Or do you mean apply more intensity?
26th Dec 2019, 7:45 AM
SoundInfinity
SoundInfinity - avatar
+ 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
26th Dec 2019, 10:29 PM
riccardo olimpio
riccardo olimpio - avatar
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
26th Dec 2019, 7:50 AM
SoundInfinity
SoundInfinity - avatar