container { grid:auto-flow auto / repeat(5,auto); /* [ row / column ] */ grid-gap: 2px; } item { display: flex; justify-content: center; align-items: center; flex-direction: column; }
next Grid Exanpule 3.html