From 7c583d49b3c1874d1eb01b02d51bdbfd3d2509c7 Mon Sep 17 00:00:00 2001
From: somya2213148pal <somya2213148@akgec.ac.in>
Date: Wed, 1 May 2024 21:47:39 +0530
Subject: [PATCH] fix issue

---
 style.css | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css
index 89e2075..2ace923 100644
--- a/style.css
+++ b/style.css
@@ -17,6 +17,12 @@
 
 
 .nav {
+  /* position: fixed; */
+  margin-right: 20px;
+  top: 0;
+  left: 0;
+  width: 100%;
+  z-index: 1000;
   background-image: linear-gradient(to right, #9E768F , #9FA4C4);
   overflow: hidden;
 }
@@ -24,13 +30,15 @@
 
 
 .nav a {
+  margin-right: 80px;
+  margin-left: 55px;
   float: left;
   display: block;
   color: white;
   text-align: center;
   padding: 15px;
   text-decoration: none;
-  font-size: 20px;
+  font-size: 15px;
   font-weight:bolder;
 }