Row start & end

Report a typo

How would you set the same properties for a grid item using the grid-row property?

.item-4 {
    grid-row-start: 3;
    grid-row-end: 5;
}
Select one option from the list
___

Create a free account to access the full topic