background css
This commit is contained in:
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
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
BIN
assets/img/grogu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
BIN
assets/img/mando.png
Normal file
BIN
assets/img/mando.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 234 KiB |
|
@ -482,7 +482,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "parcel planets.html"
|
||||
"start": "parcel index.html"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
body{
|
||||
background-image: url("../assets/imgs/starry_sky.jpg")
|
||||
}
|
||||
#background-films {
|
||||
width: 100%;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment : fixed;
|
||||
background-image: url("../assets/imgs/backgroung_mando.jpg");
|
||||
width: auto;
|
||||
background-image: url("");
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue