CSS Property:

grid-auto-columns

Result:

1
2
3

CSS Code:

#myDiv {
                
background-color:#86C2DE;
padding:10px;
grid-gap:5px;
display:grid;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?