0円
売上ランキング
ルール・連絡事項
CSSを微調整する程度のカスタマイズは料金内で可能とする
《役立ちそうなサイト》https://jajaaan.co.jp/css/css-headline/
パーツ設置費用
CSS
main h2 {
border-bottom: solid 2px #000;
font-size: 22px;
margin-bottom: 30px;
padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
main h2 {
font-size: 2.6vw;
margin-bottom: 3vw;
padding-bottom: 1vw;
}
}
@media screen and (max-width: 540px) {
main h2 {
font-size: 4.8vw;
margin-bottom: 5vw;
padding-bottom: 1.5vw;
}
}
HTML
<h2>売上ランキング</h2>