CSS 構文 フレックスボックス

関連タイピング
-
タイピングをマスターしたい方向けの問題です。
プレイ回数4.3万302打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数1.3万英字276打 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数1393英語長文90秒 -
タイピングをマスターしたい方向けの問題です。
プレイ回数1万長文記号276打 -
プログラミング必須英単語リスト:ベーシック(d~f)
プレイ回数115長文1369打 -
プレイ回数677短文9打
-
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数6412英語長文120秒 -
chatGPTに作らせた部分一致検索サイトです。
プレイ回数825長文590打
問題文
(display:flex;)
display:flex;
(flex-direction:row;)
flex-direction:row;
(flex-direction:row-reverse;)
flex-direction:row-reverse;
(flex-direction:column;)
flex-direction:column;
(flex-direction:column-reverse;)
flex-direction:column-reverse;
(flex-wrap:nowrap;)
flex-wrap:nowrap;
(flex-wrap:wrap;)
flex-wrap:wrap;
(flex-wrap:wrap-reverse;)
flex-wrap:wrap-reverse;
(flex-flow:row nowrap;)
flex-flow:row nowrap;
(flex-flow:row wrap;)
flex-flow:row wrap;
(flex-flow:row wrap-reverse;)
flex-flow:row wrap-reverse;
(flex-flow:column nowrap;)
flex-flow:column nowrap;
(flex-flow:column wrap;)
flex-flow:column wrap;
(flex-flow:column wrap-reverse;)
flex-flow:column wrap-reverse;
(order:0;)
order:0;
(flex-grow:0;)
flex-grow:0;
(flex-shrink:1;)
flex-shrink:1;
(flex-basis:auto;)
flex-basis:auto;
(flex-basis:100px;)
flex-basis:100px;
(flex-basis:50%;)
flex-basis:50%;
(flex:2 3 100px;)
flex:2 3 100px;
(flex:initial;)
flex:initial;
(flex:auto;)
flex:auto;
(flex:none;)
flex:none;
(flex:0 1 auto;)
flex:0 1 auto;
(flex:1 1 auto;)
flex:1 1 auto;
(flex:0 0 auto;)
flex:0 0 auto;