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