how to use multiple color in box-shadow? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to use multiple color in box-shadow?

19th Nov 2017, 5:45 PM
AT. Muhammad H.
AT. Muhammad H. - avatar
2 Answers
+ 7
You can just write multiple shadows, comma separated: { box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.80), 0 -10px 20px -5px #7b272c; }
19th Nov 2017, 5:48 PM
GAWEN STEASY
GAWEN STEASY - avatar
0
Thank you GALEN. I know this style. but, I need multiple color in one shadow. is it possible?
19th Nov 2017, 5:52 PM
AT. Muhammad H.
AT. Muhammad H. - avatar