Is it possible to achieve the unique rectangle borders shown in the image using border-radius or any other CSS property? Here's what I'm trying to create:
https://i.sstatic.net/YKPEW.png
Currently, this is what I've been able to achieve using border-radius
:
https://i.sstatic.net/EAoCk.png
The top rectangle was generated using Wix, while the second one was created using CSS and HTML. The border styles look quite different as you can see.
Is there a way to replicate the unique border design?