Код: Выделить всё
.ul_listing {
display: flex;
flex-direction: row;
width: 450px;
}
.lists {
display: flex;
/*height: 250px; /*works with fixed height */
height: fit-content;
/*does not work with fit-content*/
}
.wrapp {
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-between;
/* does not work if fit-content for li */
}Код: Выделить всё
[list]
[*]testint
[img]https://picsum.photos/id/237/200/300[/img]
[*]
testing length
[img]https://picsum.photos/id/237/200/300[/img]
[*]
testing lenth of text
[img]https://picsum.photos/id/237/200/300[/img]
[*]
testing big length when text on li
[img]https://picsum.photos/id/237/200/300[/img]
[/list]Подробнее здесь: https://stackoverflow.com/questions/795 ... -not-using
Мобильная версия