From 4732249ec94548160537aa739584f6ee5a6cd772 Mon Sep 17 00:00:00 2001
From: PURVA ATHNERE <93878803+purvathnere@users.noreply.github.com>
Date: Mon, 3 Jun 2024 11:50:02 +0530
Subject: [PATCH] cart feature enhance
---
css/footer.css | 3 +-
css/index.css | 1 -
footer/footer.html | 6 +-
index.html | 2968 +++++++++++++++++++++---------------------
js/addKartProduct.js | 2 +-
js/index.js | 13 +-
test.html | 455 +++++++
viewcart/cart.css | 16 +-
viewcart/index.html | 49 +
viewcart/viewcart.js | 78 ++
10 files changed, 2099 insertions(+), 1492 deletions(-)
create mode 100644 test.html
create mode 100644 viewcart/viewcart.js
diff --git a/css/footer.css b/css/footer.css
index 528dda86..f86dfd2e 100644
--- a/css/footer.css
+++ b/css/footer.css
@@ -11,6 +11,7 @@ footer{
color: #fff;
font-size: 12px;
}
+
footer .footerTop{
padding: 22px;
}
@@ -27,7 +28,7 @@ footer .footerTop ul{
footer .footerI h5{
color: #878787;
font-size: 12px;
- margin-bottom: 12px;
+ margin: 20px 5px;
}
footer .mailSocial{
border-left: 1px solid #454d5e;
diff --git a/css/index.css b/css/index.css
index 4bb706f3..ec28439b 100644
--- a/css/index.css
+++ b/css/index.css
@@ -430,7 +430,6 @@ body {
width: 100px;
height: 100px;
z-index: -1;
- background-image: url("../img/flipkart_lite.png");
background-position: center;
background-size: cover;
}
diff --git a/footer/footer.html b/footer/footer.html
index a4ae9f2c..28878411 100644
--- a/footer/footer.html
+++ b/footer/footer.html
@@ -11,7 +11,7 @@
-