
Вот мой 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;
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... nded-edges