From 9b8371c1b103fffaaad33b07c988ad30b7be43e2 Mon Sep 17 00:00:00 2001 From: DhruvDutta Date: Sat, 21 Oct 2023 18:45:34 +0530 Subject: [PATCH] newNavbar --- style.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 57fe44f..c57c6df 100644 --- a/style.css +++ b/style.css @@ -66,14 +66,11 @@ a { } nav { - border-color: black; - border-radius: 10px 100px / 120px; - border-style: groove; - border-width: 7px; + border-radius: 0 0 .3em .3em; background: whitesmoke; margin: auto; - padding: 3px; - text-align: center; + padding: .5em !important; + text-align: center; } button {