属性名 | align-content |
---|---|
値 |
[CSS-FLEXBOX-1] flex-start | flex-end | center | space-between | space-around | stretch [CSS-ALIGN-3] normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position> |
値 |
<baseline-position> = [ first | last ]? baseline <content-distribution> = space-between | space-around | space-evenly | stretch <overflow-position> = unsafe | safe <content-position> = center | start | end | flex-start | flex-end |
初期値 | [CSS-FLEXBOX-1] stretch [CSS-ALIGN-3] normal |
適用可能要素 | [CSS-FLEXBOX-1] フレックスコンテナ、マルチライン [CSS-ALIGN-3] フレックスコンテナ、グリッドコンテナ、マルチカラムコンテナ、ブロックコンテナ |
継承 | 継承しない |
「フレックス・グリッドのレイアウト」を参照してください。