diff --git a/.parcel-cache/lock.mdb b/.parcel-cache/lock.mdb index 7c4279a..4f67d37 100644 Binary files a/.parcel-cache/lock.mdb and b/.parcel-cache/lock.mdb differ diff --git a/assets/img/dead trooper.png b/assets/img/dead trooper.png new file mode 100644 index 0000000..892a1fa Binary files /dev/null and b/assets/img/dead trooper.png differ diff --git a/assets/img/grogu.png b/assets/img/grogu.png new file mode 100644 index 0000000..fa55b81 Binary files /dev/null and b/assets/img/grogu.png differ diff --git a/assets/img/mando.png b/assets/img/mando.png new file mode 100644 index 0000000..abd64ea Binary files /dev/null and b/assets/img/mando.png differ diff --git a/package.json b/package.json index a11e926..28b0061 100644 --- a/package.json +++ b/package.json @@ -482,7 +482,7 @@ }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "parcel planets.html" + "start": "parcel index.html" }, "repository": { "type": "git", diff --git a/styles/style.css b/styles/style.css index 2509717..548093e 100644 --- a/styles/style.css +++ b/styles/style.css @@ -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(""); } \ No newline at end of file