A very Simple CSS Box Shadow Effect
https://codepen.io/DesignerAshishOrg/...
box-shadow: 10px -10px red,
20px -20px green,
-10px 10px black,
-20px 20px blue
10px -10px red = 10 px : First Value represent the horizontal offset
-10px : second value represents the Vertical offset
red : this represents the color of the shadow.
There are other value also we can add. for example :
10px -10px 5px 25px rgba(0,0,0,0.3)
5px represent the blurr value
25px represent the spread value
rgba(0,0,0,0.3) represents the color in rgba mode and 0.3 represent the opacity or alpha value of the color.
На этой странице сайта вы можете посмотреть видео онлайн Box Shadow Example длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь FrontEnd Board 09 Август 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 157 раз и оно понравилось 13 зрителям. Приятного просмотра!