Код: Выделить всё
.container {
background: lightgrey;
height: 300px;
}
.child {
display: flex;
flex-direction: column;
background: lightblue;
}
.object {
width: 100px;
height: 100px;
background: purple;
}
.text {
background: grey;
}< /code>
Some image
Some text
Подробнее здесь: https://stackoverflow.com/questions/797 ... grandchild
Мобильная версия