下面有更多 "亲自试一试" 示例。
这个justify-content
当项目未使用主轴(水平)上的所有可用空间时,属性会对齐灵活容器的项目。
提示:使用align-items
属性垂直对齐项目。
笔记:这个justify-content
属性也可以用在网格容器上,以内联方向对齐网格项。对于英文页面,内联方向是从左到右,块方向是向下。
表中的数字指定完全支持该属性的第一个浏览器版本。
后跟 -webkit- 或 -moz- 的数字指定使用前缀的第一个版本。
Property | |||||
---|---|---|---|---|---|
justify-content | 29.0 21.0 -webkit- |
11.0 | 28.0 18.0 -moz- |
9.0 6.1 -webkit- |
17.0 |
justify-content: flex-start|flex-end|center|space-between|space-around|space-evenly|initial|inherit;
Value | Description | Play it |
---|---|---|
flex-start | Default value. Items are positioned at the beginning of the container | Demo ❯ |
flex-end | Items are positioned at the end of the container | Demo ❯ |
center | Items are positioned in the center of the container | Demo ❯ |
space-between | Items will have space between them | Demo ❯ |
space-around | Items will have space before, between, and after them | Demo ❯ |
space-evenly | Items will have equal space around them | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS 弹性盒
CSS教程:CSS 网格
CSS 参考:对齐内容属性
CSS 参考:对齐项目属性
CSS 参考:自我对齐属性
HTML DOM 参考:justifyContent 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!