Код: Выделить всё
#out {
display: grid;
grid-auto-rows: 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 50px 10px;
}
#spacer {
height: 80px;
grid-column: 1 / -1;
}
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/786 ... ce-below-t