From 6b03c75d64c6e2985a6f04a351edb3a309e7d2ff Mon Sep 17 00:00:00 2001
From: Fred Boniface
Date: Fri, 7 Oct 2022 20:56:41 +0100
Subject: [PATCH] Various Changes
---
css/styles.css | 20 +++++++++++++++++++-
index.html | 2 +-
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/css/styles.css b/css/styles.css
index 677bc8a..d28aef5 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -6,11 +6,29 @@ body {
.page-title {
text-align: center;
color: #323C4A;
+ padding-top: 50px;
+ width: 95%;
}
.page-main-content {
- text-align: left;
+ text-align: center;
color: #495568;
+ width: 95%;
+}
+
+footer {
+ background-color: #7fa7e6;
+ color: white;
+ text-align: center;
+ width: 100%;
+ padding: 15px;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+}
+
+footer p {
+ width: 95%;
}
diff --git a/index.html b/index.html
index ecd990c..27b1a53 100644
--- a/index.html
+++ b/index.html
@@ -51,7 +51,7 @@
-
+