Box Shadow Example

Published: 09 August 2020
on channel: FrontEnd Board
157
13

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.


On this page of the site you can watch the video online Box Shadow Example with a duration of hours minute second in good quality, which was uploaded by the user FrontEnd Board 09 August 2020, share the link with friends and acquaintances, this video has already been watched 157 times on youtube and it was liked by 13 viewers. Enjoy your viewing!