CSS syntax:

  • grid-row: grid-row-start / grid-row-end;

#Example

.item {
    grid-row: 1 / span 2;
}
Comments