下面有更多 "亲自试一试" 示例。
这个place-items
property 用于网格布局,是以下属性的简写属性:
如果 place-items 属性有两个值:
如果 place-items 属性只有一个值:
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
place-items | 59.0 | 79.0 | 45.0 | 11.0 | 46.0 |
place-items: normal legacy|
value|initial|inherit;
Value | Description | Demo |
---|---|---|
normal legacy | Default. The element's default place-items value. The default value for align-items is 'normal', and the default value for justify-items is 'legacy'. | Demo ❯ |
baseline | Items are positioned at the baseline of the container | Demo ❯ |
center | Align items to the center of the grid cell | Demo ❯ |
end | Align items at the end of the grid cell | Demo ❯ |
start | Align items at the start of the grid cell | Demo ❯ |
stretch | Stretches grid items to fill the grid container if the grid item sizes are not set. | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
随着writing-mode
网格容器的属性值设置为'vertical-rl',块方向的末端从下到左移动,行内方向的末端从右到下移动:
#container {
place-items: end;
writing-mode: vertical-rl;
}
亲自试一试 »
这个justify-items
属性与 Flexbox 无关。所以如果place-items
属性用于 Flexbox 布局中,justify-items 的值(第二个值)将被忽略。
#wrapper {
place-items: stretch end;
}
亲自试一试 »
CSS教程:CSS 网格
CSS教程:CSS 弹性盒
CSS 对齐项目属性:CSS 对齐项目属性
CSS justify-items 属性:CSS justify-items 属性
CSS 写入模式属性:CSS 书写模式属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!