iCode
コード一覧
ログイン
新規登録
下線
Created by
111 (#2)
Underline
CSS
<div class="heading01">パターン1</div> <div class="heading02">パターン2</div>
body { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; font-size: 24px; font-weight: bold; color: #333333; } .heading01 { border-bottom: 3px solid #3f51b5; padding-bottom: 5px; } .heading02 { border-bottom: 3px dashed #3f51b5; padding-bottom: 5px; }
Copy
Copied