flex
flex-grow,flex-shrink,flex-basisの一括指定property
個別のpropertyで設定するより、flexで一括指定するのが勧められているhttps://coliss.com/articles/build-websites/operation/css/about-flex-property.html#h206
初期値はflex: initial
flex: 0 1 autoと同じ
省略指定
https://coliss.com/articles/build-websites/operation/css/about-flex-property.html#h205
min-height/min-width系と組み合わせたときの挙動
flex-direction: row;ではみ出るときは子要素にmin-width: 0;を指定する
https://qiita.com/kazhashimoto/items/c0d7daca189dadda47cc
サンプル付き
https://gyazo.com/7f0170f4ff85ea60b10c256686409245
https://kudakurage.hatenadiary.com/entry/2016/04/01/232722
https://and-ha.com/coding/nuances-of-cssmin-height/
#2024-07-27 22:18:05