Quick Layouts
Template
Gap
Alignment
Preview Cells
9
1
2
3
4
5
6
7
8
9
Generated CSS
.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px 8px;
}