CSS 構文 フレックスボックス
CSS 3 暗記用です。
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | mh | 3472 | プロフェッショナル! | 3.5 | 97.1% | 134.5 | 481 | 14 | 27 | 2026/03/24 |
関連タイピング
-
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数4627 英語長文120秒 -
CSS 3 暗記用です
プレイ回数648 英語長文587打 -
python 基本
プレイ回数900 英字120打 -
1+1=2
プレイ回数29 109打 -
javaやpythonのコードを打つタイピングです
プレイ回数1131 長文60秒 -
ホームポジションが自然と身につく!
プレイ回数1841 短文60秒 -
プレイ回数2751 短文9打
-
自作のハンバーガーメニューを作成しましょう!
プレイ回数4013 英語長文721打
問題文
ふりがな非表示
ふりがな表示
(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;