個人練習用、h2装飾(上下に短い線)
beforeとafter要素を使った装飾です。
解説なしです。個人練習用に作りました。
関連タイピング
-
解説なし、個人練習用につくりました。
プレイ回数724 英語長文1054打 -
覚えたいCSS
プレイ回数518 長文147打 -
vue Lifecycle Hooks
プレイ回数244 英語157打 -
個人練習用で作りました。解説なしです。
プレイ回数1339 英語長文1140打 -
自分練習用、英語長文
プレイ回数2763 英語長文1127打 -
2022.12.14:プロパティを削除・追加。
プレイ回数3232 英語90秒 -
個人練習用:サイトパーツ、アコーディオン
プレイ回数174 英語長文1379打 -
flex3カラムサイト、サンプル
プレイ回数224 英語長文649打
問題文
ふりがな非表示
ふりがな表示
(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; }