diff --git a/img/back.jpg b/img/back.jpg deleted file mode 100644 index 1606c3e..0000000 Binary files a/img/back.jpg and /dev/null differ diff --git a/img/background.jpg b/img/background.jpg new file mode 100644 index 0000000..9593678 Binary files /dev/null and b/img/background.jpg differ diff --git a/ngms.css b/ngms.css index 5a97001..67518ec 100644 --- a/ngms.css +++ b/ngms.css @@ -13,7 +13,9 @@ b { } body { - background: url("img/back.jpg") no-repeat center center / cover fixed; + /* 元画像は https://commons.wikimedia.org/wiki/File:Violin_strings_in_close-up_%28Unsplash%29.jpg */ + /* ライセンスは CC0 (パブリックドメイン) */ + background: url("img/background.jpg") no-repeat center center / cover fixed; color: #ffffff; font-family: sans-serif; text-align: center; @@ -446,10 +448,3 @@ ul.list > li { letter-spacing: 0.167em; /* 1/12 = 2 dot */ } - -/*============================================ - 動画 -============================================*/ -.movie-container > iframe { - max-width: 100%; -}