Skip to content

Commit

Permalink
背景画像を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
labocho committed Feb 3, 2025
1 parent a363c0c commit 3354960
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Binary file removed img/back.jpg
Binary file not shown.
Binary file added img/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 3 additions & 8 deletions ngms.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -446,10 +448,3 @@ ul.list > li {
letter-spacing: 0.167em;
/* 1/12 = 2 dot */
}

/*============================================
動画
============================================*/
.movie-container > iframe {
max-width: 100%;
}

0 comments on commit 3354960

Please sign in to comment.