From d39e3c1a0bc2e30631811d598ba56b726fc05644 Mon Sep 17 00:00:00 2001 From: Nzenwata Christopher Date: Tue, 1 Apr 2025 19:35:00 +0100 Subject: [PATCH 1/2] fixed the buttom footer as the text was too close to the end of the page --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 06bf0f4..9bbd908 100644 --- a/style.css +++ b/style.css @@ -590,10 +590,12 @@ body { margin-top: 150px; margin-bottom: -200px; font-size: 17px; + padding-bottom: 1em; } .footer .footer-text { margin: 200px 100px; + margin-bottom: 0; } .footer .upperhalf { From d995cf210c590ff6f999d7af1b37465c04451d7a Mon Sep 17 00:00:00 2001 From: Nzenwata Christopher Date: Tue, 1 Apr 2025 19:43:24 +0100 Subject: [PATCH 2/2] put cursor header and closed tag for media query which was causing an error --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 9bbd908..b421ec5 100644 --- a/style.css +++ b/style.css @@ -18,6 +18,10 @@ body { } /*BODY BACKGROUND*/ +section.header i{ /* chimobi */ + cursor: pointer; +} + .home-page-bg { border-radius: 30px; @@ -734,7 +738,7 @@ body { @keyframes grow{ 0% { opacity: 0; - width: 0;; + width: 0; } 100% { opacity: 1; @@ -914,6 +918,7 @@ body { #about-dexterity h1 { font-size: 7vw; } +} @media screen and (max-width: 600px){ @@ -1086,4 +1091,5 @@ body { font-size: 14px; } -} \ No newline at end of file +} +