Réponse

.item {
grid-row-start: 1;
grid-row-end: 3;
}

Colonne
Explication

The values that grid-row-start and grid-row-end accept are grid lines.

Question

Make element of class item to take up two rows in the grid, rows 1 and 2.

Thématique