From 374881166aa9e304d1d14adab6cd8ece85994ac6 Mon Sep 17 00:00:00 2001 From: WillVerdze Date: Tue, 22 Jul 2025 15:19:41 +0100 Subject: [PATCH] I have added the services nav item in the nav-bar. Hope you like it. --- .vscode/settings.json | 3 +++ assets/css/styles.css | 1 + index.html | 1 + 3 files changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..6f3a2913 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/assets/css/styles.css b/assets/css/styles.css index c83e8125..0c914a68 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -48,6 +48,7 @@ body { font-family: var(--body-font); font-size: var(--normal-font-size); color: var(--second-color); + background-color: white; } h1, h2, p { diff --git a/index.html b/index.html index a9d35eca..f3e47bcd 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@ +