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