8/01 世田谷 WEB HTML&CSS 会社研修
8/01 世田谷 サイト制作 HTML&CSSコーディング会社出向レッスン基礎講座
・フレキシブルボックス、display: flex でのレイアウト18パターン
・親にdisplay: flex; 子要素にflex: 1
・flex: order 並び順、flex-direction: row-reverse;} 右から
・flex-wrap: wrap; 、 flex-wrap: wrap-reverse;、lex-flow: column wrap;
・justify-content: space-between; 位置揃え 間の余白均等
・justify-content: space-around; 位置揃え 余白均等で左右のみ半分
次回は、最終章でフレキシブルレイアウトでサイト1枚作成していきます。