W3docs

grid-auto-rows

CSS Property:

Result:

1
text
2
3
4
5
6

CSS Code:

#myDiv {
display:grid;
grid-gap:20px;
grid-auto-rows:80px;
}

Click the property values above to see the result