I'm trying to make shadow like this below but I don't know how to make shadow like this in css. Can any one help me to make this style?

You can try with negative box spread shadow distance like this:
.item {
height: 30px;
width: 200px;
border: 1px solid black;
box-shadow: 0 8px 6px -6px black;
}
<div class="item"> </div>
Or take a look at those examples: https://paulund.co.uk/learn-css-box-shadow.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With