CSS Property:

grid-auto-rows

Result:

1
text
2
3
4
5
6

CSS Code:

#myDiv {
                
display:grid;
grid-gap:20px;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?