Demo を終了して戻る
display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-content: stretch; align-items: flex-start;
A_01
order: 0;
flex: 0 1 auto;
align-self: auto;
A_02
order: 1;
A_03
order: 2;
A_04
order: 3;
A_05
order: 4;
A_06
order: 5;
display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-start; align-content: stretch; align-items: center;
B_01
order: 0;
B_02
order: 1;
B_03
order: 2;
B_04
order: 3;