@FrontmaniaacSubmitted almost 4 years ago
How can I make the box-shadow to look the same as in the original? Or is it maybe an after pseudolement?
How can I make the box-shadow to look the same as in the original? Or is it maybe an after pseudolement?
Hi, I have met the platform yesterday. I think that something like this might help you:
box-shadow: 0px 3px 0px rgba(0,0,0,.5);
The first value is the horizontal shadow, positive goes right, negative goes left, the second is the vertical shadow. The third value is how the shadow will spread.
I don't know exactly how to explain :(
But I hope it can be useful :)