From 2a46f7608f493ec7303c250c64e418c6a9e6ccea Mon Sep 17 00:00:00 2001 From: Avansh2006 Date: Thu, 24 Oct 2024 20:17:03 +0530 Subject: [PATCH] Whishlist added --- Html-files/menu.html | 96 ++++- Html-files/wishlist.html | 733 +++++++++++++++++++++++++++++++++++++++ menu.js | 3 +- 3 files changed, 815 insertions(+), 17 deletions(-) create mode 100644 Html-files/wishlist.html diff --git a/Html-files/menu.html b/Html-files/menu.html index 52a9989a..bd610288 100644 --- a/Html-files/menu.html +++ b/Html-files/menu.html @@ -316,6 +316,27 @@ .fa-brands.fa-x-twitter:hover { color: #181e20 !important; } + .wishBtn{ + font-family: var(--ff-poppins);padding: 10px 20px; + background-color: rgb(196, 74, 74); + color: white; + border: none; + border-radius: 5px; + cursor: pointer; + margin-top: 5px; + } + .menu_items .items { + background-color: #f2f2f2; + box-shadow: 0 0 10px rgba(224, 224, 252, 0.678); + border: 1px solid rgb(186, 186, 201); + margin: 50px 10px; + height: 416px; + width: 230px; + border-radius: 10px; + text-align: center; + font-family: "Bree Serif", serif; + /* transition: 0.5s ease-in-out; */ +} @@ -427,7 +448,7 @@

Phonograph

-
+
@@ -446,7 +467,7 @@

Radio

$10.20

-
+
@@ -466,7 +487,7 @@

Television

$10.20

-
+
@@ -485,6 +506,7 @@

Movie Screen Carpet

$10.20

+
@@ -507,7 +529,7 @@

Toys

$10.20

-
+
@@ -526,7 +548,7 @@

Puppet Show

$10.20

-
+
@@ -545,7 +567,7 @@

Marbles

$10.20

-
+
@@ -564,7 +586,7 @@

Drinks

$10.20

-
+
@@ -595,7 +617,7 @@

Telephone

$5.10

-
+
@@ -614,7 +636,7 @@

Pager

$5.10

-
+
@@ -633,7 +655,7 @@

Camera

$5.10

-
+
@@ -653,7 +675,7 @@

Type Writer

-
+
@@ -677,7 +699,7 @@

Cross Bow

$15.80

-
+
@@ -696,7 +718,7 @@

Catapult

$15.80

-
+
@@ -715,7 +737,7 @@

Sedan Chair

$15.80

-
+
@@ -733,7 +755,7 @@

Palsnkin

$15.80

-
+
@@ -989,7 +1011,49 @@

Follow
- + + \ No newline at end of file diff --git a/Html-files/wishlist.html b/Html-files/wishlist.html new file mode 100644 index 00000000..09726650 --- /dev/null +++ b/Html-files/wishlist.html @@ -0,0 +1,733 @@ + + + + + + Retro + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+



+
+

W I S H L I S T

+
+

+ +
+ +
+ +
+
+ + +
+ +
+ + + + + + + + + + + +
+ + + + + + \ No newline at end of file diff --git a/menu.js b/menu.js index f8c1497a..03377cf9 100644 --- a/menu.js +++ b/menu.js @@ -22,5 +22,6 @@ document.addEventListener('DOMContentLoaded', function () { window.location.href = "cart.html"; } }); + }); -}); +}); \ No newline at end of file