From 29ad3bb0e89b9993f5ded55d702bdbbe7c0d8c6e Mon Sep 17 00:00:00 2001 From: Emmanuella Date: Tue, 22 Jul 2025 16:12:08 +0200 Subject: [PATCH] i have added the services nav item in the nave bar, hope u like it --- assets/css/styles.css | 4 +++- index.html | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index c83e8125..d6211d83 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -44,10 +44,12 @@ html { } body { + margin: var(--header-height) 0 0 0; font-family: var(--body-font); font-size: var(--normal-font-size); - color: var(--second-color); + background-color: rgb(12, 12, 12); + color: white; } h1, h2, p { diff --git a/index.html b/index.html index a9d35eca..d3f18199 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@