background css

This commit is contained in:
Blandine Bajard 2021-10-19 09:22:36 +02:00
parent 8bb642383d
commit fa2503eb1b
6 changed files with 6 additions and 6 deletions

Binary file not shown.

BIN
assets/img/dead trooper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

BIN
assets/img/grogu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
assets/img/mando.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

View file

@ -482,7 +482,7 @@
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel planets.html" "start": "parcel index.html"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View file

@ -30,11 +30,11 @@
text-decoration: none; text-decoration: none;
} }
body{
background-image: url("../assets/imgs/starry_sky.jpg")
}
#background-films { #background-films {
width: 100%; width: auto;
background-size: cover; background-image: url("");
background-repeat: no-repeat;
background-attachment : fixed;
background-image: url("../assets/imgs/backgroung_mando.jpg");
} }