2020年10月10日土曜日

[Blog]h5見出し暫定

見出しは付けなくていいかなと思っていたんですが
h5見出し
CSS
h5 {
  padding: 0.5em;
  color: #3ddc84;
  border-left: 8px #3ddc84 solid;
  border-bottom: 1px solid #d2d2d2;
  font-family: 'Monda', sans-serif;
  font-weight: bold;
}
このテンプレートだとh4まで使われているのでh5を使いました
(厳密には割り当てがないh5, h6の記述もあるんですが)
あとはその部分から
h1,h2,h3,h4,h5,h6{margin-bottom:16px;font-weight:normal;line-height:1}
h5を削除(カンマも)
h5{font-size:14px}
サイズが14なので20に
HTMLの記述
HTMLの記述は解説するまでもないですが
<h5>h5見出し</h5>
こう

F(uriouz)

欲しいものリスト
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

0 comments:

コメントを投稿

スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。

注: コメントを投稿できるのは、このブログのメンバーだけです。

Recent Posts

 
"The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License."