Sổ Tay AI
🎚

CSS Grid Layout Generator (Visual Builder)

Visual builder for CSS Grid Layout. 6 presets (Holy Grail, Magazine, Auto-fit responsive…). Live preview + copy ready-to-use CSS.

All tools
Layout presets

fr = fraction. 1fr 2fr = 1:2 split. repeat(3, 1fr) = 3 equal columns. minmax(200px, 1fr) = at least 200px wide.

Preview
CSS
 

CSS Grid Layout — the modern standard for 2D UIs. Supported since 2017. Use fr for responsive, auto-fit/auto-fill for self-arranging grids.

CSS Grid vs Flexbox

The fr unit (fraction)

fr = the remaining space after fixed sizes are subtracted:

6 common layouts

Tips

Related

Related tools

See all tools →