Zanari
HomeWorkspaceExplorePricingContact
A  

CSS Grid Generator

Build responsive grid layouts with adjustable columns, rows, and gaps.

Grid settings

Define columns, rows, and gaps

Adjust the grid structure, then tune each item’s placement and span.

12 columns · 6 rows · 16x16px gap

Quick layouts

Canvas

Screen size

Set the viewport dimensions for your grid layout.

Items

Place each grid cell

Drag items on the canvas and resize with the handle.

1
2
3

Preview

1512 × 982
Toggle responsive container mode (100% width/height)
Toggle between manual drag-and-drop and automatic gap filling
Automatically scale the grid to fit the available viewport space
Change canvas zoom level

25% Scale View (4 canvas px = 1 screen px) — Note: Scale is set to 10% by default to ensure the entire grid is visible.

1
2
3

Export

Generated code

Developer Usage: Copy this code to implement the grid layout in your project.

.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 16px;
}

.1 { grid-column: 1 / span 8; grid-row: 1 / span 4; }
.2 { grid-column: 9 / span 4; grid-row: 1 / span 6; }
.3 { grid-column: 1 / span 8; grid-row: 5 / span 2; }
UI
Zanari

Zanari is a focused toolkit for WCAG color contrast checks, ratio tools, and typography previews in real interface contexts. Pin the tools you use most and they will follow you each time you return.

Tools

  • Background Pattern Generator
  • WCAG Color Contrast Checker
  • Unit Converter (px to rem)
  • Google Fonts Preview
  • CSS Grid Generator
  • Placeholder Text Generator
  • Aspect Ratio Calculator
  • SVG Wave Generator
  • Type Scale Generator
  • GIF Editor

Product

  • Overview
  • Explore
  • Learn
  • Changelog
  • Settings

Learn

  • Icons
  • Inspiration
  • Typography
  • Accessibility
  • Design Tools
v0.1.1 · Early access

© 2026 Zanari. Built for accessible interface work.

Minimal ads · FreemiumTerms & Policy|PrivacyPreferences, analytics, and pinned tools stay in your browser.