CSS MyTiping
CSSでよく使うプロパティのタイピング
自分の勉強ように作ったCSSでよく使うプロパティのタイピングです。
これから気づいたワードを随時追加していきます。
これから気づいたワードを随時追加していきます。
関連タイピング
-
Kotlin 練習用
プレイ回数85 英語60秒 -
簡単な解説付きでグラデーションをまとめ、個人練習用
プレイ回数531 長文645打 -
CSS 反復練習用
プレイ回数1022 長文499打 -
CSSの暗記用です
プレイ回数1952 英語長文1457打 -
Pythonプログラムを打ちまくる
プレイ回数1万 英語長文60秒 -
CSSの暗記用です
プレイ回数641 英語長文599打 -
TLJ専用のHTML練習用タイピングです。
プレイ回数4758 260打 -
vue Lifecycle Hooks
プレイ回数241 英語157打
問題文
ふりがな非表示
ふりがな表示
(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);