Trying to achieve a unique border effect like the one shown in the image. Experimented with different styles such as inset, outset, ridge, and groove, but unable to get the desired outcome.
Is there a way to create a border that bends inwards towards the middle and then back upwards (hopefully this makes sense)?
If this question has been asked before, please provide a link to the solution.
Thank you for your help.
This is what I have attempted so far:
div {
border-bottom: 1px ridge #B5B9BB;
/*border-bottom: 1px inset #B5B9BB;
border-bottom: 1px outset #B5B9BB;
border-bottom: 1px groove #B5B9BB; */
}