испытание: сложные палитры 31/31

Подскажите, что не так?

.palette-box:nth-child(1) .palette-small {
display: flex;    
flex-direction: column-reverse;
justify-content: center;

}

.palette-box:nth-child(1) .palette-small .color-3 {
order: 1;
align-self: center;
}

.palette-box:nth-child(1) .palette-small .color-4 {
order: -1;
align-self: center;
}

.palette-box:nth-child(2) .palette-small{
display: flex;
flex-direction: column-reverse;
justify-content: space-between;
}

.palette-box:nth-child(2) .palette-small .color-1 {
align-self: flex-start;
}

.palette-box:nth-child(2) .palette-small .color-4 {
align-self: flex-start;
}

.palette-box:nth-child(2) .palette-small .color-6 {
align-self: flex-end;
}

.palette-box:nth-child(2) .palette-small .color-2 {
align-self: flex-end;
}

.palette-box:nth-child(3) .palette-small {
display:flex;
justify-content: space-between;
}

.palette-small .part {
display: flex;
flex-direction: column;
justify-content: space-between;
}

.palette-box:nth-child(4) .palette-small {
display: flex;
justify-content: space-between;
}

.palette-box:nth-child(4) .palette-small .part .color-3 {
order: -1;
}

.palette-box:nth-child(4) .palette-small .part {
display: flex;

}

.palette-box:nth-child(4) .palette-small .part:nth-child(1) {
display: flex;
flex-direction: row;
}

.palette-box:nth-child(4) .palette-small) .part:nth-child(2) {
display: flex;
flex-direction: column;
justify-content: space-between;
}

Что на вкладке “Различия”?

вот такое дело…нажимал “проверить” сто раз уже

Лишняя закрывающая скобка.

1 лайк

Спасибо! а то уже глаза замылились пересматривать!