diff --git a/assets/Logo.png b/assets/Logo.png
index e0bddff..9676b88 100755
Binary files a/assets/Logo.png and b/assets/Logo.png differ
diff --git a/assets/logo.xcf b/assets/logo.xcf
new file mode 100644
index 0000000..9603db7
Binary files /dev/null and b/assets/logo.xcf differ
diff --git a/css/altstyle.css b/css/altstyle.css
index 6e00413..289531f 100755
--- a/css/altstyle.css
+++ b/css/altstyle.css
@@ -1,4 +1,8 @@
-body {
+html, body {
+ height: 100%;
+ width: 100%;
+ padding: 0;
+ margin: 0;
background-color: gray;
color: white;
}
diff --git a/css/footerstyle.css b/css/footerstyle.css
index 2b1cf64..7b2a6d5 100755
--- a/css/footerstyle.css
+++ b/css/footerstyle.css
@@ -1,7 +1,6 @@
.Footer-box {
background-color: #38444d;
- width: 103%;
- margin-left: -1%;
+ width: 100%;
margin-bottom: -1%;
display: flex;
justify-content: center;
diff --git a/css/mainstyle.css b/css/mainstyle.css
index de9f33a..b7f107a 100755
--- a/css/mainstyle.css
+++ b/css/mainstyle.css
@@ -1,4 +1,8 @@
-body {
+html, body {
+ width: 100%;
+ height: 100%;
+ margin: 0;
+ padding: 0;
background-color: rgba(70, 72, 167, 0.5);
font-family: Arial, Helvetica, sans-serif;
}
diff --git a/css/menustyle.css b/css/menustyle.css
index e5e64e5..c6c3ef7 100755
--- a/css/menustyle.css
+++ b/css/menustyle.css
@@ -20,10 +20,11 @@
}
.Menu {
- margin-left: -1%;
margin-top: -1%;
padding: 2%;
- width: 103%;
+ padding-left: 0;
+ padding-right: 0;
+ width: 100%;
list-style-type: none;
overflow: hidden;
background-color: #38444d;
diff --git a/index.html b/index.html
index 4bc0040..ad3019a 100755
--- a/index.html
+++ b/index.html
@@ -12,14 +12,14 @@
-
Welcome to janishutz.com!
-
iOS Apps, PC apps, Websites
-
Learn more about my projects!
-
Projects
+
Welcome to janishutz.com!
+
iOS Apps, PC apps, Websites
+
Learn more about my projects!
+
Projects
-
-Note: This website is not completed yet and some pages are still missing! The design will also change to something more appealing in the future
-
+