From f3d860145a76db114808d2602180b941114130df Mon Sep 17 00:00:00 2001 From: Dakshesh Chauhan Date: Sat, 13 Jul 2024 00:19:58 +0530 Subject: [PATCH] Update index.css --- index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 2cbb885..719e6cf 100644 --- a/index.css +++ b/index.css @@ -1,11 +1,14 @@ *{ - background-color: #181818; margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; } +body { + background-image: linear-gradient(180deg, #181818, black); +} + .nav-bar { width: 100%; margin: auto;