diff --git a/main.css b/main.css index a96f931..486ff95 100644 --- a/main.css +++ b/main.css @@ -1,8 +1,8 @@ body { - background-color: #ffeef2; /* 土台となる背景のピンク色 */ - background-image: url("images.jpeg"); /* その上に重ねる画像 */ - background-repeat: no-repeat; /* 繰り返さない */ - background-size: cover; /* 画面全体を覆うように拡大縮小 */ - background-attachment: fixed; /* スクロールしても背景を固定する */ + background-color: #ffeef2; + background-image: url("images.jpeg"); + background-repeat: no-repeat; + background-size: cover; + background-attachment: fixed; margin: 0; }