Box Shadow Example

Publié le: 09 août 2020
sur la chaîne: 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.


Sur cette page du site, vous pouvez voir la vidéo en ligne Box Shadow Example durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur FrontEnd Board 09 août 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 157 fois et il a aimé 13 téléspectateurs. Bon visionnage!