Column start & end

Report a typo

Which of these properties sets item-4 to span the same number of columns the way it would span having the properties below?

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

Create a free account to access the full topic