Build a CSS Grid layout and instantly generate CSS grid code you can copy into your project.
display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 80px); column-gap: 12px; row-gap: 12px;
Build CSS Grid layouts with template-areas. Drag-and-drop area builder; outputs grid-template-rows / columns / areas.