<h2>見出しのサンプル</h2>
最初の文字だけ大きくする見出しです。
h2{
position: relative;
padding: 0 0 2px 0px;
font-size:20px; /*文字サイズ*/
color: #3f3f3f; /*文字色*/
}
h2:first-letter{
font-size:35px; /*最初の文字サイズ*/
margin-right: 5px; /*最初の文字との間隔*/
color:#5257b7; /*文字色*/
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.