W3docs

grid-row-end

CSS Property:

Result:

1
2
3
4
5

CSS Code:

#myDiv {
background:pink;
grid-row-end:span 2;
}

Click the property values above to see the result