CSS 構文 フレックスボックス
CSS 3 暗記用です。
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | mh | 3200 | すごいね! | 3.2 | 98.1% | 147.5 | 481 | 9 | 27 | 2026/01/05 |
関連タイピング
-
プログラミングタイピング
プレイ回数1107 英字60秒 -
プレイ回数236 長文英字60秒
-
Javaプログラミングにおける超入門タイピング練習です.
プレイ回数4624 短文英字90秒 -
※long long → ll, vector → vc
プレイ回数200 英語90秒 -
自作のハンバーガーメニューを作成しましょう!
プレイ回数3801 英語長文721打 -
HTML&CSSを忘れないために
プレイ回数2.9万 英語長文759打 -
メソッド名やクラス名をタイピングしよう
プレイ回数264 長文英字60秒 -
CSS 3 暗記用です
プレイ回数633 英語長文587打
問題文
ふりがな非表示
ふりがな表示
(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;