Skip to content

Commit

Permalink
Improved the styling and added proper hovering effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Palak005 committed Jul 24, 2024
1 parent e22e86b commit 3070a69
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,22 @@ body{
font-weight: bolder;
color: #7D41E2;
}

#loginButton a{
text-decoration: none;
color: #f6f8f9;
}
#loginButton{
border: 1px solid #208FF4;
background-color: transparent;
color: #2a95f6;
background-color: #208FF4;
color: #fcfeff;
}
#loginButton:hover{
border: 1px solid #f6f8f9;
background-color:#208FF4 ;
color: white;
border: 1px solid #208FF4;
background-color: transparent ;
color: #ffffff;
}
#loginButton:hover a{
color: #208FF4;
}
#signup:hover{
border: 1px solid #208FF4;
Expand All @@ -139,8 +145,13 @@ body{
border: 1px solid #f6f8f9;
background-color:#208FF4 ;
color: white;
font-size: 1.1rem;
padding: 1.2rem;
/* font-size: 1.1rem;
padding: 1.2rem; */
}
#Calender:hover{
border: 1px solid #208FF4;
background-color: transparent;
color: #2a95f6;
}


Expand Down

0 comments on commit 3070a69

Please sign in to comment.