CSS Property:
grid-template-columns:
auto auto
auto auto auto auto
50px 100px
10% 10% 10% 10% 10%
max-content max-content
Result:
1
2
3
4
5
6
7
8
9
10000
CSS Code:
#myDIV {
display: grid;
grid-template-columns:
auto auto
;
}
Click the property values above to see the result
W3Schools.com
- Play it