Réponse

grid-row

Colonne
Explication

.item {
grid-row: 4 / 6;
}

Question

Shorthand for grid-row-start and grid-row-end

Thématique