From cdd456456e772d5e111de6341f50b7234da2e253 Mon Sep 17 00:00:00 2001 From: SheikhTausif <65054692+SheikhTausif@users.noreply.github.com> Date: Thu, 1 Oct 2020 15:42:25 +0530 Subject: [PATCH] Update style.css --- Dance Website/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dance Website/static/style.css b/Dance Website/static/style.css index 6e61ee1..ee361dc 100644 --- a/Dance Website/static/style.css +++ b/Dance Website/static/style.css @@ -9,7 +9,7 @@ } #navbar{ display: flex; - background-color: cyan; + background-color: black; height: 8vh; padding: 10px 4px; justify-content: center; @@ -103,4 +103,4 @@ #footer{ background-color: yellow; height: 300px; -} \ No newline at end of file +}