admin管理员组

文章数量:1123783

I want to make the edges in this clip path rounded. Please Help

Here is my CSS

.cover-banner-section {
    border-radius: 35px;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 70% 60%, 70% 100%, 0 100%);
    background-image: linear-gradient(45deg, #1a1a1a, #333333, #444444, #555555);
    min-height: 400px;
    margin: 20px;
}

Thankyou !

I need something like this but on right

本文标签: CSS CLIP PATH with Rounded EdgesStack Overflow