CSS Grid 生成器
可视化创建 CSS Grid 布局。设置行、列和间距,并复制生成的 CSS 与 HTML。
CSS
功能特性
Row/column setup
Drag to resize
Cell merging
Gap control
Generate CSS + HTML
使用方法
1. 设置行数和列数。
2. 调整行高和列宽(fr、px、auto)。
3. 设置网格间距。
4. 复制生成的 CSS 和 HTML。
常见问题
What is CSS Grid?
CSS Grid is a two-dimensional layout system for creating complex grid-based layouts with rows and columns.