From 4a9b0e8cc9571fa1141908e7bff92a554fdcc80a Mon Sep 17 00:00:00 2001 From: SuhainaFathimaM Date: Sun, 16 Jun 2024 23:36:17 +0530 Subject: [PATCH] Added Transition to product price --- plus/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plus/index.html b/plus/index.html index f2b9799b..2328f7fd 100644 --- a/plus/index.html +++ b/plus/index.html @@ -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; }

Welcome to Flipkart Plus Zone