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 @@

- + \ No newline at end of file