How to add a border to an element that's using clip-path?

17 views Asked by At

I have an image that's been clipped using the CSS clip-path property, details below -

enter image description here

clip-path: polygon(0 100%, calc(20% - 100px) 100%, 100% calc(100% - 100px), 100% 0%, 0% 0%);

Is it possible to add a bottom border to it to follow the line of the clip path?

Thanks!

0

There are 0 answers