grid-template
CSS Property:
Result:
1
2
3
4
5
6
CSS Code:
#myDiv {
padding:20px;
display:grid;
grid-gap:15px;
text-align:center;
grid-template:90px / auto auto auto;
}
Click the property values above to see the result
Click the property values above to see the result