diff --git a/jstrr.css b/jstrr.css index 1fb2ad7..23d287a 100644 --- a/jstrr.css +++ b/jstrr.css @@ -1,9 +1,9 @@ -body {background-color: rosybrown;} +body {} .inner{ position: relative; - height: 100vh; /* コンテナの高さ */ - width: 100%; /* コンテナの横幅 */ - overflow: hidden; /* コンテナからはみ出した要素を隠す */ + height: 100vh; + width: 100%; + overflow: hidden; background-image: url(snow.png); } body.secret {background: black; color: white;}