Skip to content

Commit

Permalink
Product price color changes on hovering
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhainaFathimaM committed Jun 16, 2024
1 parent 4a9b0e8 commit ae9428e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
font-weight: bold;
transition: color 0.3s ease-in-out;
}

.product .price:hover {
color: #007bff;
}
</style>
<h3 class="text-center">Welcome to Flipkart Plus Zone</h3>
<div class="banner">
Expand Down

0 comments on commit ae9428e

Please sign in to comment.