W3docs

grid-auto-columns

CSS Property:

Result:

1
2
3

CSS Code:

#myDiv {
background-color:#86C2DE;
padding:10px;
grid-gap:5px;
display:grid;
grid-auto-columns:70px;
}

Click the property values above to see the result