diff --git a/static/css/style.css b/static/css/style.css index 8382c7d0..a232a310 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -78,14 +78,19 @@ footer { background-color: var(--p-grey); } -footer h4 { - margin: 20px 0; + + +.sub-footer-heading { + margin: 25px 0; + padding-left: 20px; font-weight: 500; letter-spacing: 1px; } -footer p { +.sub-footer-text { text-align: justify; + font-weight: 400; + padding-left: 15px; } footer a:hover { @@ -99,6 +104,11 @@ footer ul { footer ul li a { color: var(--s-grey); + padding-left: 15px; +} + +.sub-footer{ + border-top: 1px solid var(--s-grey); } .github-wrapper { @@ -129,6 +139,7 @@ footer ul li a { .fab:hover { transform: scale(1.3); + color: var(--p-orange); /* TEXT */ .p-orange { diff --git a/templates/includes/footer.html b/templates/includes/footer.html index f7413442..3bbcbcb6 100644 --- a/templates/includes/footer.html +++ b/templates/includes/footer.html @@ -1,74 +1,79 @@ -
-
-
-

Policies

- -
-
-

- Resources -

- -
-
-

- About Us -

-

- Code Institute is the leading global provider - of online coding education. Credit-rated by Edinburgh Napier University and validated by the Higher - Education Authority in Sweden, the Ministry of Communications in Singapore, and the Higher Education - Authority in Ireland. -

-
-
- -
- -
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ +
+ +
\ No newline at end of file