
мой CSS-код такой:
.cont__imagenes{
display: flex;
}
.img__{
height: 500px;
width: 350px;
object-fit: cover;
}
.corte_inicial{
clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%);
}
.corte_diagonal{
clip-path: polygon(55% 0, 100% 0, 50% 100%, 0 100%);
}
.corte_final{
clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%);
}```
my html code is this:
Подробнее здесь: https://stackoverflow.com/questions/783 ... s-and-make