CSS MyTiping
CSSでよく使うプロパティのタイピング
自分の勉強ように作ったCSSでよく使うプロパティのタイピングです。
これから気づいたワードを随時追加していきます。
これから気づいたワードを随時追加していきます。
関連タイピング
-
TLJ専用のHTML練習用タイピングです。
プレイ回数4688 260打 -
プログラムの説明に出てきそうな日本語を集めました。
プレイ回数120 短文かな30秒 -
C使いならサクサク打てるはず!?
プレイ回数19万 短文英字60秒 -
Pythonプログラムを打ちまくる
プレイ回数9766 英語長文60秒 -
数字『8』『9』およびshift文字『(』『)』の練習
プレイ回数1699 長文331打 -
2022.12.14:プロパティを削除・追加。
プレイ回数3166 英語90秒 -
自作のハンバーガーメニューを作成しましょう!
プレイ回数3825 英語長文721打 -
『-』『=』の練習用です
プレイ回数4169 長文367打
問題文
ふりがな非表示
ふりがな表示
(display: flex;
flex: 1;)
display: flex;
flex: 1;
(justify-content: space-between; justify-content: center;
justify-content: start;)
justify-content: space-between; justify-content: center;
justify-content: start;
(list-style: none;)
list-style: none;
(text-decoration: none;)
text-decoration: none;
(width: 200px;
height: 200px;)
width: 200px;
height: 200px;
(flex-direction: row;
flex-direction: column;)
flex-direction: row;
flex-direction: column;
(box-sizing: content-box;)
box-sizing: content-box;
(border: 4px red solid;)
border: 4px red solid;
(margin: 0 auto;)
margin: 0 auto;
(text-align: center;)
text-align: center;
(position: relative; position: absolute;
top: 40px; left: 40px;)
position: relative; position: absolute;
top: 40px; left: 40px;
(align-items: center;)
align-items: center;
(line-height: 16px;)
line-height: 16px;
(height: 100vh;)
height: 100vh;
(width: 100%;)
width: 100%;
(transform: translate(-50%, -50%);)
transform: translate(-50%, -50%);
(order: -1;)
order: -1;
(flex-basis: auto;)
flex-basis: auto;
(flex-wrap: wrap;)
flex-wrap: wrap;
(object-fit: cover;)
object-fit: cover;
など
(object-position: top;)
object-position: top;
(position: fixed;)
position: fixed;
(background-image: url(background.png);)
background-image: url(background.png);