diff --git a/.vscode/settings.json b/.vscode/settings.json
index f673a71b..4aab4aeb 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,3 +1,4 @@
{
- "liveServer.settings.port": 5502
-}
\ No newline at end of file
+
+ "liveServer.settings.port": 5501
+}
diff --git a/Html-files/cart.html b/Html-files/cart.html
index 999385b6..9a41cbcd 100644
--- a/Html-files/cart.html
+++ b/Html-files/cart.html
@@ -1,362 +1,422 @@
-
-
-
- Retro
-
-
-
-
-
-
-
-
-
-
-
-
+
+ :root {
+ --ff-philosopher: "Philosopher", sans-serif;
+ --ff-poppins: "Poppins", sans-serif;
+ }
+
+ #cart-table {
+ padding: 20px 10px;
+ border-radius: 10px;
+ }
+
+ th {
+ border: 3px solid whitesmoke;
+ background: #a52a2a;
+ font-weight: 700;
+ font-size: 30px;
+ border-radius: 10px;
+ padding: 3px 5px;
+ color: white;
+ }
+
+ td {
+ border: none;
+ }
+
+ .decrease-quantity {
+ padding-inline: 10px;
+ background: #1454f7;
+ border: none;
+ border-radius: 2px;
+ font-size: 20px;
+ font-weight: 500;
+ color: #cbf7e3;
+ }
+
+ .increase-quantity {
+ padding-inline: 10px;
+ background: #1454f7;
+ border: none;
+ border-radius: 2px;
+ font-size: 20px;
+ font-weight: 500;
+ color: #cbf7e3;
+ }
+
+ #cart-total {
+ background: #a52a2a;
+ padding: 3px 5px;
+ border-radius: 10px;
+ font-weight: 600;
+ color: white;
+ border: 3px solid whitesmoke;
+ }
+
+ #bill-amount {
+ background: #a52a2a;
+ padding: 3px 5px;
+ border-radius: 10px;
+ color: white;
+ border: 3px solid whitesmoke;
+ }
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
C A R T
-
-
- Use coupon code 3p9xLnDE for 30% off!
-
-
-
-
-
- Item Name |
- Price |
- Quantity |
- Actions |
-
-
-
+
+
+
+ Use coupon code
+ 3p9xLnDE for 30% off!
+
+
+
+
+
+ Item Name |
+ Price |
+ Quantity |
+ Actions |
+
+
+
+
Dessert |
$10.20 |
1 |
-
-
+
+
+ |
+
+
+
+
+ Bill amount |
+
+ Total: $10.20
|
-
-
-
- Bill amount |
-
- Total: $10.20
- |
-
-
-
-
+
+
-
+
-
-
+
-
+
+