grid-template-columns
grid-template-rows
gap8px
items6
1
2
3
4
5
6
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto;
gap: 8px;
About this tool
How to use it
- Set the number of columns, rows, and gap.
- Drag to span cells into named areas.
- Copy the CSS grid definition.
Why it lives here
Everything runs in your browser. No account, no ads, no tracking, and no upload.