Grid Playground

Interactive CSS Grid Layout Explorer

1
2
3
4
5
6
7
8
9

Controls

Grid Items

Template Columns

Template Rows

Gap

20px

Align Items

Justify Content

Auto Flow

Special Layouts

Current CSS Code

display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;