Добрый день. Подскажите, пожалуйста. Всё сходится (сейчас решение на 92%), но не знаю как сжать блоки (по горизонтали) для 100%-ного решения.
Мой код такой:
.palette div {
min-width: 35px;
min-height: 35px;
margin-left: auto;
}
.palette {
display: flex;
justify-content: space-between;
}
.palette .color-olive {
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
width: 50px;
height: 150px;
}
.palette .color-yellow {
height: 100px;
margin-top: auto;
margin-left: 0px;
margin-bottom: 5px;
}
.palette .color-fuchsia {
margin-bottom: auto;
margin-top: 5px;
height: 100px;
}
.palette .color-aqua {
width: 50px;
height: 150px;
margin: auto;
}