CSS 屬性:
align-self:
auto
flex-start
flex-end
stretch
baseline
center
initial
結(jié)果:
RED
BLUE
Green div with more content.
CSS 代碼:
div#myBlueDiv
{
align-self:
auto
;
}
點(diǎn)擊上面的屬性值然后查看效果
w3cschool.cn