最近访问(前10条)

Grid布局在线学习工具

实时预览

1
2
3
4
5
6

属性控制

容器属性 (Container)

💡
💡
💡
10px 💡
💡
💡
💡
💡

项目属性 (Items)

💡
💡
💡
💡

容器尺寸

600px 💡
400px 💡

CSS代码

.grid-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 100px);
      gap: 10px;
      width: 600px;
      height: 400px;
    }
喜欢 喜欢(0) 不喜欢 不喜欢(0)
在线创意工具助手,释放您的创意潜能,打破创作的边界♡⃝

Copyright© 2025 GptKong.com. All Rights Reserved.沪ICP备2021014086号-6

请告诉我您想搜索的内容🔍✨