免费在线 CSS Grid 生成器。定义列数、行数和间距,实时预览。复制即用的 CSS 代码。
display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, auto); gap: 12px;