Custom border in css
I am trying to make a custom border in style. I need the box to be like in first pic. I tried tweaking border radius but its not matching as per design, can someone help me with it.
codesandbox link: https://codesandbox.io/p/sandbox/xzzh99
Here's the code i tried
6 Replies
use normal version for each border radius (not the shorthand) radius corner it can accept two values e.g
border-bottom-left-radius: 30px 40px
but its not matching as like in design
then you would have to go with clip-path or mask-image
Ok.. I will try that way.
@Chooβππππ thanks a lot