diff --git a/Background/13.png b/Background/13.png
index 06294d5..d08592d 100644
Binary files a/Background/13.png and b/Background/13.png differ
diff --git a/Background/23.png b/Background/23.png
deleted file mode 100644
index f7c3455..0000000
Binary files a/Background/23.png and /dev/null differ
diff --git a/Background/31.jpg b/Background/31.jpg
deleted file mode 100644
index c723dde..0000000
Binary files a/Background/31.jpg and /dev/null differ
diff --git a/Background/32.jpg b/Background/32.jpg
deleted file mode 100644
index e03b295..0000000
Binary files a/Background/32.jpg and /dev/null differ
diff --git a/Homepage.html b/Homepage.html
index 27bbc71..9036c22 100644
--- a/Homepage.html
+++ b/Homepage.html
@@ -19,31 +19,31 @@
diff --git a/background.js b/background.js
index c1e4d93..da58e29 100644
--- a/background.js
+++ b/background.js
@@ -1,9 +1,9 @@
function changeImage()
{
- var fileList = ['1.jpg', '2.jpg', '4.jpg', '5.jpg', '6.jpg', '7.jpg', '8.png', '9.jpg',
- '10.jpg', '11.jpg', '12.jpg', '13.png', '14.jpg', '15.jpg', '16.jpg',
- '18.jpg', '19.jpg', '21.jpg', '22.jpg', '23.png', '24.jpg', '25.jpg',
- '26.jpg', '27.jpg', '28.jpg', '29.jpg', '30.jpg', '31.jpg', '32.jpg', '34.jpg'];
+ var fileList = ['1.jpg', '2.jpg', '3.jpg', '4.jpg', '5.jpg', '6.jpg', '7.jpg', '8.png', '9.jpg',
+ '10.jpg', '11.jpg', '12.jpg', '13.png', '14.jpg', '15.jpg', '16.jpg', '17.jpg',
+ '18.jpg', '19.jpg', '20.jpg', '21.jpg', '22.jpg', '24.jpg', '25.jpg',
+ '26.jpg', '27.jpg', '28.jpg', '29.jpg', '30.jpg', '34.jpg'];
var len = fileList.length;
var index = Math.floor(Math.random() * len);
diff --git a/styleHomepage.css b/styleHomepage.css
index 9f709c8..dc66bee 100644
--- a/styleHomepage.css
+++ b/styleHomepage.css
@@ -22,11 +22,7 @@ body {
}
.boxContainer {
- position: absolute;
margin: auto;
- height: 500px;
- width: 100px;
- top: 20%;
}
.boxes {
@@ -37,4 +33,5 @@ button {
background-color: black;
color: white;
border-color: grey;
+ width: 75px;
}