
タイトルや記事などの表示されるサイト全体の背景色を変更するstyle.cssのbodyにbackgound-colorを追加します。
【例:style.css】
body .site {
padding: 0 40px;
padding: 0 2.857142857rem;
margin-top: 48px;
margin-top: 3.428571429rem;
margin-bottom: 48px;
margin-bottom: 3.428571429rem;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
backgound-color: rgb(153,204,255);
}
IE対策
ie.cssファイルのsiteクラスにbackgoound-colorを追加します。
スポンサーリンク


コメント