I am stuck with something.
Using Bootstrap 5 navbar, I try to make a simple a simple 40px hight vertical border bottom, going from color #e5e5e5 to color #fefefe
Here is the sample image:
Thank you if you have a final idea because I am fighting with that without any success 🙁
2
Answers
I have tried to solve ur issue.
Borders cannot have gradients (yet).
Use either a
drop-shadow
filter or a pseudo-element.The drop-shadow effect is really what you are after so adjust the color as required.
Drop-shadow
Pseudo-element