CSS Property:

grid-row-gap

Result:

2
3
4
5

CSS Code:

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