grid-row-gap
CSS Property:
Result:
2
3
4
5
CSS Code:
#myDiv {
display:grid;
grid-gap:25px;
grid-template-columns: auto auto auto;
grid-row-gap:15px;
}
Click the property values above to see the result
Click the property values above to see the result