From 3584e84ab6d79575f5d9deaceb6bf7e6be2a15e2 Mon Sep 17 00:00:00 2001 From: singharpitaa Date: Wed, 2 Oct 2024 02:20:47 +0530 Subject: [PATCH] I have redesigned Footer #8. --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index f62dafa..211f5f8 100644 --- a/style.css +++ b/style.css @@ -356,9 +356,10 @@ header i:hover,header #cart:hover{ .footer{ white-space: nowrap; width: 100%; - height: 40%; - background-color: black; + height: 50%; + background-color: rgb(80, 189, 189); position: relative; + } .footer #links1{ @@ -374,7 +375,7 @@ header i:hover,header #cart:hover{ #link1 a{ display: inline-block; - font-family: Nike TG,Helvetica Neue,Helvetica,Arial,sans-serif; + font-family: Nike TG,Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color: #fff; font-size: 13px; text-transform: uppercase;