Skip to content

Commit

Permalink
Merge pull request #193 from heli0707/main
Browse files Browse the repository at this point in the history
hover effect added on navbar
  • Loading branch information
Sahil1786 committed Jun 23, 2024
2 parents be15ed3 + 6b34c24 commit 761d172
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,17 @@ body {
.navbar-nav .nav-opt {
color: black;
border: 1px solid gray;
border-radius: 15px;
border-radius: 30px;
padding: 8px 18px;
font-size: 14px;
text-decoration: none;
}

.navbar-nav .nav-opt:hover{
background-color: #198754; /* Change background color on hover */
color: white; /* Change text color on hover */
border-color: #198754; /* Change border color on hover */
}

.owl-carousel {
overflow: hidden;
Expand Down

0 comments on commit 761d172

Please sign in to comment.