实例首页
自学教程
IT工具箱
源代码
下载代码
上下布局
点击运行 >
CSS grid grid-auto-rows 实例 - 自学教程(runoops.com)
grid-auto-rows 属性
grid-auto-rows
属性用于设置网格容器中行的默认大小。
设置每行大小为 150px:
1
2
3
4
5
6
注意:
grid-template-rows 属性会覆盖该属性。
运行结果: