explicit grid;
1
2
3
4
5
6
explicit "display: inline-grid;" with fixed width;
1
2
3
4
5
6
explicit "display: grid;" with fixed width;
1
2
3
4
5
6
explicit grid;
1
2
3
4
5
6