Вопросы по теме 'flexbox'

align-content не работает Internet Explorer 11
.row { background: green; color: white; margin-top: 20px; } .col2 { border: 3px solid black; display: flex; flex-direction: column; flex-wrap: wrap; align-content: flex-end; } <link rel="stylesheet"...
400 просмотров

Сохраняйте одинаковую ширину столбцов flexbox при добавлении поля
У меня есть следующий двухколоночный макет с использованием flexbox: body { margin: 0; } .grid { display: flex; } .column { /* Equal width columns */ flex: 1; /* Center content */ display: flex; flex-direction:...
72 просмотров
schedule 09.12.2023