From 5ef574a947ec7c3e4e0555884c19c1623a283946 Mon Sep 17 00:00:00 2001 From: KRISH GUPTA <95969606+KRISHkg31@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:57:24 +0530 Subject: [PATCH] style.css --- style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 479d1a3..5a2c349 100644 --- a/style.css +++ b/style.css @@ -850,15 +850,14 @@ html { background-color: #000000; color: rgb(255, 255, 255); top: 3658px; - padding: 10px 10px; - border-radius: 18px; + padding: 10px 20px; + border-radius: 19px; display: inline-flex; align-items: center; font-family: Arial, sans-serif; margin-left: 0px; - z-index: 20; + z-index: 10; /* Ensure it stays on top of the border */ } - .visitor-counter .icon { margin-right: 10px;