CSS - justify-content

トップ > CSSリファレンス > justify-content

概要

属性名 justify-content
[CSS-FLEXBOX-1]
  flex-start | flex-end | center | space-between | space-around
[CSS-ALIGN-3]
  normal |
  <content-distribution> |
  <overflow-position>? [ <content-position> | left | right ]
値の詳細 <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] flex-start
[CSS-ALIGN-3] normal
適用可能要素[CSS-FLEXBOX-1] フレックスコンテナ
[CSS-ALIGN-3] フレックスコンテナ、グリッドコンテナ、マルチカラムコンテナ
継承継承しない

サポート (説明)

説明

フレックス・グリッドのレイアウト」を参照してください。

リンク


Copyright (C) 2015-2020 杜甫々
初版:2015年11月22日、最終更新:2020年1月5日
http://www.tohoho-web.com/css/prop/justify-content.htm