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;
}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;
}Create a free account to access the full topic