From 582c896040bdc7b0b1505c5d6cf25809597ebd1c Mon Sep 17 00:00:00 2001 From: sau-mili <146661411+sau-mili@users.noreply.github.com> Date: Sat, 25 May 2024 16:18:09 +0530 Subject: [PATCH] comments added --- src/components/Dashboard/Dashboard.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Dashboard/Dashboard.css b/src/components/Dashboard/Dashboard.css index eb231900..f8f00b86 100644 --- a/src/components/Dashboard/Dashboard.css +++ b/src/components/Dashboard/Dashboard.css @@ -2,7 +2,7 @@ text-align: center; background-color: #CAE7FE; } - +/*navbar css*/ .navbar { display: flex; position: fixed; @@ -20,6 +20,7 @@ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; transition: 0.6s; } +/*navbar scroll css*/ .navbar.fixed{ padding: 2px 0px; background-color:rgba(178, 211, 229, 0.8); @@ -43,7 +44,7 @@ .menu.show { display: flex; } - +/*menu of navbar*/ .menu ul { list-style: none; padding: 0; @@ -517,4 +518,4 @@ .colleges { grid-template-columns: 1fr; } -} \ No newline at end of file +}