ドロップキャップ
先頭の文字を大きくするCSS
https://gyazo.com/355ef298349b4f36130ae621f9a8aa5a
[# There]
先頭のワードや文字を修飾する。
色などのエフェクトを併用する場合は、修飾記号を#の前につける。
https://gyazo.com/fc157846265c8e721f52586649a3902f
code:style.css
font-size: 390%; /* 設定してあるフォントサイズ、行間の値に合わせて調整が必要 */
margin-right: 6px;
margin-top: 4px;
font-weight: 600;
line-height: 100%;
text-shadow: 3px 3px 0 #4D9; /* お好みで おしゃれにする? */ float: inline-start;
}
UserCSS.icon