Код: Выделить всё
1
2
3
< /code>
.parent {
display: flex;
flex-direction: row;
height: 300px;
width: 300px;
background: linear-gradient(to right, white, grey );
margin: auto;
}
.parent div {
height: 300px;
width: 100px;
background-color: gainsboro;
}
< /code>
I tried using .parent { align-items: center }Как это сделать?
Подробнее здесь: https://stackoverflow.com/questions/796 ... ivs-i-used
Мобильная версия