Skip to content

Commit

Permalink
Merge pull request #1111 from heli0707/main
Browse files Browse the repository at this point in the history
add Hover effect in Header (cart, become a seller button)
  • Loading branch information
arghadipmanna101 authored Jun 11, 2024
2 parents b3847ef + 217aabd commit afd7c98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/homeHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@
border-radius: 10px;
}

.homeHeader .navItem4:hover,
.homeHeader .navItem3:hover{
background: #ebe8e8;
border-radius: 10px;
transition: all 0.4s;
}

.homeHeader .nav-item-divider:last-child::before {
display: none;
}
Expand Down

0 comments on commit afd7c98

Please sign in to comment.