Skip to content

Commit

Permalink
Added Transition to product price
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhainaFathimaM committed Jun 16, 2024
1 parent cbfe44f commit 4a9b0e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,14 @@
}

.product .name:hover {
color: #2874f0;
color: #97b3e0;
}

.product .price {
color: #2874f0;
font-size: 16px;
font-weight: bold;
transition: color 0.3s ease-in-out;
}
</style>
<h3 class="text-center">Welcome to Flipkart Plus Zone</h3>
Expand Down

0 comments on commit 4a9b0e8

Please sign in to comment.