個人練習用、h2装飾(上下に短い線)
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | mikaroko | 2099 | F+ | 2.1 | 97.6% | 246.3 | 530 | 13 | 14 | 2025/12/16 |
関連タイピング
-
vue Lifecycle Hooks
プレイ回数223英語157打 -
HTML5とCSS3を学ぼう
プレイ回数2.7万長文869打 -
自分練習用、英語長文
プレイ回数2658英語長文1127打 -
CSSでよく使うプロパティのタイピング
プレイ回数428英語長文584打 -
自作のハンバーガーメニューを作成しましょう!
プレイ回数3723英語長文721打 -
自分練習用
プレイ回数760長文259打 -
さぁ、CSSを入力しよう!
プレイ回数1005英字140打 -
自分暗記用
プレイ回数731長文333打
問題文
(h2{ position: relative; display: inline-block;)
h2{ position: relative; display: inline-block;
(margin-bottom: 1em; })
margin-bottom: 1em; }
(h2:before { content: ''; position: absolute;)
h2:before { content: ''; position: absolute;
(left: 50%; top: -15px; display: inline-block;)
left: 50%; top: -15px; display: inline-block;
(width: 60px; height: 5px;)
width: 60px; height: 5px;
(-webkit-transform: translateX(-50%);)
-webkit-transform: translateX(-50%);
(transform: translateX(-50%); background-color: black;)
transform: translateX(-50%); background-color: black;
(border-radius: 2px; })
border-radius: 2px; }
(h2:after { content: ''; position: absolute;)
h2:after { content: ''; position: absolute;
(left: 50%; bottom: -15px; display: inline-block;)
left: 50%; bottom: -15px; display: inline-block;
(width: 60px; height: 5px;)
width: 60px; height: 5px;
(-webkit-transform: translateX(-50%);)
-webkit-transform: translateX(-50%);
(transform: translateX(-50%);)
transform: translateX(-50%);
(background-color: black; border-radius: 2px; })
background-color: black; border-radius: 2px; }