CSS Box Shadow Bottom Only | CSS Tips

Home / Answer

CSS Box Shadow Bottom Only | CSS Tips

Author Md Apon | Asked on 2022-12-08 | • HTML, CSS

I want my element to look as though it has a shadow underline.

I don't want the shadow for the other sides. just shadow will be in the bottom. How can I do this? 

authorAkif Hossain replied on 2022-12-08

Use the below code in your CSS

box-shadow: 0px 7px 3px #a0a0a0;

try this to get the box shadow under your full control. 

উত্তর দেওয়ার জন্য আপনার অ্যাকাউন্ট টি লগইন করতে হবে

Do you want to get the latest update?