diff --git a/css/index.css b/css/index.css index 8f423963..a7c9d948 100644 --- a/css/index.css +++ b/css/index.css @@ -102,6 +102,33 @@ body { cursor: pointer; } +.categories > li a { + text-decoration: none; + color: black; + display: inline-block; + padding-right: 20px; /* Adjust padding to make room for the icon */ + position: relative; +} + +.categories > li a::after { + content: ''; + position: absolute; + right: 0; /* Adjust the position as needed */ + top: 50%; + transform: translateY(-50%); + width: 20px; + height: 20px; + background-image: url('data:image/svg+xml;charset=UTF-8,'); + background-size: contain; + background-repeat: no-repeat; + transition: transform 0.3s ease; /* Smooth rotation */ + pointer-events: none; /* Prevent interaction with the symbol */ +} + +.categories > li:hover a::after { + transform: translateY(-50%) rotate(180deg); /* Rotate the symbol */ +} + .categories li a { text-decoration: none; color: black; diff --git a/index.html b/index.html index d14df557..04fd1b61 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,459 @@ + + + + + + + + + Flipkart | Online Shopping Site for Mobiles, Electronics, Furniture, Grocery, Lifestyle, Books & More. + Best Offers! + + + + + + + + + + + + + + +
+
+
+ +
+
+ + + + +
+ +
+ + + +
+ +
+ + +
+ +
+ + + + +
+
+ +
+
+
+
+
+ + +
+
+

Best of Electronics

+
+
+
+
+
+
+
+ +
+
+
+
+ + +
+
+

Suggested for You

+
+
+
+ + + +
+
+

Mobile Phone Under 15000 Rs

+
+
+
+ + +
+ +
+
+ +
+
+ +
+
+ +
+
+
+ + +
+
+

Best Deal for You

+
+
+
+ + +
+
+

Shop Now Under 500 Rs

+
+
+
+ + + +
+
+
+
+

Best for You

+
+
+ +
+
+
+
+

+
+
+
+
+
+ + + +
+
+

Top Selection

+
+
+
+ + +
+ deal1 + deal1 + deal1 + deal1 + deal1 + deal1 + deal1 + deal1 + deal1 +
+ + +
+
+

Select Your Choice

+
+
+
+ + +
+
+

Frequently Asked Questions

+
+
+

+ +

+
+
+ To create an account on Flipkart, simply click on the "Sign Up" button located at the + top-right corner of the homepage. Follow the prompts to enter your details and create your + account. +
+
+
+
+

+ +

+
+
+ Placing an order on Flipkart is easy! Once you've found the product you want to buy, click + on it to view details and then click on the "Buy Now" or "Add to Cart" button. Follow the + steps to complete your order. +
+
+
+
+

+ +

+
+
+ Flipkart offers various payment options including credit/debit cards, net banking, UPI, EMI, + and Cash on Delivery (COD) for eligible orders. +
+
+
+
+

+ +

+
+
+ You can track your order by clicking on the "Track Order" link in the "My Orders" section of + your Flipkart account. You will receive regular updates on your order status via email and + SMS. +
+
+
+
+

+ +

+
+
+ Flipkart has a hassle-free return policy. If you're not satisfied with your purchase, you + can initiate a return within the specified return period. Simply go to the "My Orders" + section, select the order you want to return, and follow the prompts. +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + @@ -314,6 +770,17 @@

Top Selection

+
+ deal1 + deal1 + deal1 + deal1 + deal1 + deal1 + deal1 + deal1 + deal1 +

Other Top Deals

@@ -375,6 +842,7 @@

Top Selection

+
@@ -472,6 +940,7 @@

Select Your Choice

+
@@ -585,8 +1054,12 @@

+ + + + \ No newline at end of file