Flexible 弹性盒子模型之CSS align-self 属性
浏览器支持
表格中的数字表示支持该属性的第一个浏览器的版本号。
紧跟在 -webkit-, -ms- 或 -moz- 后的数字为支持该前缀属性的第一个版本。
align-self | 21.0 | 11.0 | 20.0 | 9.0 7.0 -webkit- | 12.1 |
定义和用法
align-self 属性定义flex子项单独在侧轴(纵轴)方向上的对齐方式。。
注意:align-self 属性可重写灵活容器的 align-items 属性。
auto |
否 |
否。请参阅 CSS3动画属性、CSS3动画实例。 |
CSS3 |
object.style.alignSelf="center" 效果预览 |
CSS 语法
align-self: auto|stretch|center|flex-start|flex-end|baseline|initial|inherit;
属性值
auto | 默认值。元素继承了它的父容器的 align-items 属性。如果没有父容器则为 "stretch"。 | 效果预览 |
stretch | 元素被拉伸以适应容器。 | 效果预览 |
center | 元素位于容器的中心。 | 效果预览 |
flex-start | 元素位于容器的开头。 | 效果预览 |
flex-end | 元素位于容器的结尾。 | 效果预览 |
baseline | 元素位于容器的基线上。 | 效果预览 |
initial | 设置该属性为它的默认值。请参阅 initial。 | 效果预览 |
inherit | 从父元素继承该属性。请参阅 inherit。 |
相关推荐
Ladyseven 2020-07-25
pigsmall 2020-11-19
SXIAOYI 2020-09-16
whileinsist 2020-06-24
gufudhn 2020-06-12
冰蝶 2020-06-05
LinuxAndroidAI 2020-06-04
supperme 2020-05-28
yaodilu 2020-05-10
e度空间 2020-04-27
云端漂移 2020-04-09
peterwzc 2020-03-17
有心就有方向 2012-09-03
ebuild 2013-05-14
donghedonghe 2013-05-31
tdeclipse 2011-02-28
linuxprobe0 2013-04-15
linuxprobe0 2013-04-01