CSS 構文 フレックスボックス
CSS 3 暗記用です。
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | mh | 3472 | プロフェッショナル! | 3.5 | 97.1% | 134.5 | 481 | 14 | 27 | 2026/03/24 |
関連タイピング
-
AI対戦のマルバツゲームのコードです。
プレイ回数91 英語長文1065打 -
HTML&CSSを忘れないために
プレイ回数2.9万 英語長文759打 -
アルファベット以外のキーを覚えよう
プレイ回数4122 英語短文82打 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数2949 英語長文90秒 -
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数9843 英語長文120秒 -
公開されている実践的な javascript プログラムです
プレイ回数1111 英語長文2780打 -
CSSの暗記用です fontのプロパティと値です
プレイ回数476 英語長文771打 -
『+』『-』『=』の練習に『:』を追加しました
プレイ回数2734 長文記号281打
問題文
ふりがな非表示
ふりがな表示
(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;