From fef772a6f99d3449687c8e632a07b0e3bd4c16ca Mon Sep 17 00:00:00 2001 From: Anupam Tripathi Date: Wed, 6 Oct 2021 16:32:50 +0530 Subject: [PATCH] Add Some Ui Changes In NavBar --- css/clone.css | 10 +++++----- index.html | 24 +++++------------------- 2 files changed, 10 insertions(+), 24 deletions(-) diff --git a/css/clone.css b/css/clone.css index ebe6871..85b5d00 100644 --- a/css/clone.css +++ b/css/clone.css @@ -7,7 +7,7 @@ position: sticky; top: 0; background-color: black; - height: 20vh; + height: 13vh; width: 100%; margin-bottom: 0; } @@ -28,8 +28,8 @@ { color: white; border-left: 6px solid greenyellow; - height: auto; - margin-left: 2%; + height: 1px; + margin-left: 50px; font-size: 30px; padding-top: 2%; } @@ -38,7 +38,7 @@ a:link, a:visited float: right; color: white; font-size: 18px; - padding: 14px 25px; + padding: 8px 25px; text-align: center; text-decoration: none; display: inline-block; @@ -131,7 +131,7 @@ a:hover, a:active text-align: center; color:white; padding-bottom: 10%; - margin-top: 10%; + margin-top: 170px; } diff --git a/index.html b/index.html index f8a969b..fa2a6c2 100644 --- a/index.html +++ b/index.html @@ -15,34 +15,20 @@