弾性箱

470 ワード

弾性箱
右に寄って右から左に行って左から右に行く.
direction: rtl;                     direction: ltr;
上から下に寄りかかって下から上へ行く.
flex-direction: column;				flex-direction: column-reverse;
横長中央揃え
justify-content: center;		     justify-content:space-around;
一つの頭を置いて、一つは最後に置いて、その他は中間の平均分布の縦方向の中央にあります.
justify-content:space-between;				align-items: center;
下の方
align-items: flex-end;