An Easy Guide To The CSS Box-shadow Property.
I'm making this article for beginners that are new to box-shadow. To me, it took me some time to get the hang of it.
So let's start with box-shadow syntax. โ
box-shadow: X-Axis Y-Axis Blur Spreed (here the color of the shadow)
X-Axis
When you add ...
alaaanan.hashnode.dev2 min read
Alexander Leino
Thank you for this article I have referred to it a few times whenever I forget the syntax for box-shadows!