From f5f94c3f94de9aed234fd16344d7e21a64614801 Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 16 Feb 2024 15:03:48 -0800 Subject: [PATCH] main: formatting footer and copywriting --- components/footer.html | 32 ++++++++++++++++---------------- css/styles.css | 4 ++++ 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/components/footer.html b/components/footer.html index c8543d6..4848697 100644 --- a/components/footer.html +++ b/components/footer.html @@ -12,26 +12,26 @@

-
-
+ -
+ -
+ -
+

Company

Our Team News diff --git a/css/styles.css b/css/styles.css index 145a96c..a421911 100644 --- a/css/styles.css +++ b/css/styles.css @@ -107,6 +107,10 @@ a { text-align: left; margin: 0 auto; padding: 5px; + transition: color 0.5s ease; +} +a:hover:not(nav a) { + color: #00bcf3; } .button-1 {