Код: Выделить всё
.container {
display: flex;
justify-content: center;
}
.item {
width: 100px;
height: 100px;
background-color: skyblue;
}< /code>
Подробнее здесь: https://stackoverflow.com/questions/795 ... -container
Код: Выделить всё
.container {
display: flex;
justify-content: center;
}
.item {
width: 100px;
height: 100px;
background-color: skyblue;
}< /code>