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.
In questa pagina del sito puoi guardare il video online Box Shadow Example della durata di ore minuti seconda in buona qualità , che l'utente ha caricato FrontEnd Board 09 agosto 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 157 volte e gli è piaciuto 13 spettatori. Buona visione!