Skip to content

Commit

Permalink
add Hover effect in Header (cart, become a seller)
Browse files Browse the repository at this point in the history
  • Loading branch information
heli0707 committed Jun 8, 2024
1 parent 055fa8c commit 217aabd
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 217aabd

Please sign in to comment.