CSS Property:

grid-row-end

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
W3Docs.com-Play it
Finden Sie das nützlich?