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