Fallback alignment (代替配置)

CSS ボックス配置では、代替配置を要求された配置が実現できない場合に対処するために指定します。例えば、justify-content: space-between を指定した場合、複数の配置対象物が存在しなければなりません。存在しない場合は、代替配置が使用されます。これは、以下のように配置方法ごとに決まります。

first baseline

start

last baseline

safe end

Baseline

start

space-between

flex-start (start)

space-around

center

space-evenly

center

stretch

flex-start (start)

関連情報