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.
En esta página del sitio puede ver el video en línea Box Shadow Example de Duración hora minuto segunda en buena calidad , que subió el usuario FrontEnd Board 09 agosto 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 157 veces y le gustó 13 a los espectadores. Disfruta viendo!