Can you use the RGB colors in the box shadow? How is it applied? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Can you use the RGB colors in the box shadow? How is it applied?

20th Apr 2016, 11:31 AM
Okall Joeshem
Okall Joeshem - avatar
2 ответов
+ 6
Sure you can. For example: .shadow1 { -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6); -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6); box-shadow: 5px 5px 5px rgba(68,68,68,0.6); }
26th May 2016, 12:42 PM
James Flanders
0
James has tells the real answer that's good
17th Jun 2016, 3:24 AM
UMAR MUHAMMAD ALIYU
UMAR MUHAMMAD ALIYU - avatar