From ec38088bb6540289cabba4da4e5a28c80de49bed Mon Sep 17 00:00:00 2001 From: reeteshin Date: Mon, 1 Nov 2021 22:06:04 +0530 Subject: [PATCH 1/4] Create showCaseOfProductList --- showCaseOfProductList.html | 107 +++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 showCaseOfProductList.html diff --git a/showCaseOfProductList.html b/showCaseOfProductList.html new file mode 100644 index 0000000..debc5b6 --- /dev/null +++ b/showCaseOfProductList.html @@ -0,0 +1,107 @@ + + + + ShowCase Of Product + + + +
+
+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tempora + omnis sed eos porro quos! Ex numquam molestiae ratione. Nesciunt, + dolorum velit. Dicta possimus cupiditate sed incidunt provident + laudantium eum fuga? +

+
+
+
+ + + From 19262a6ccc9a7a6698029b69a4105b6061db6fe3 Mon Sep 17 00:00:00 2001 From: reeteshin Date: Fri, 5 Nov 2021 14:56:18 +0530 Subject: [PATCH 2/4] update --- dropDownlList.html | 147 ++++++++++++++++++++++++++ product.html | 78 ++++++++++++-- showCaseOfProductList.html | 205 +++++++++++++++++++++++++------------ 3 files changed, 351 insertions(+), 79 deletions(-) create mode 100644 dropDownlList.html diff --git a/dropDownlList.html b/dropDownlList.html new file mode 100644 index 0000000..e7cfca8 --- /dev/null +++ b/dropDownlList.html @@ -0,0 +1,147 @@ + + + + + + + + + + diff --git a/product.html b/product.html index d8aa2ed..46f522b 100644 --- a/product.html +++ b/product.html @@ -1,14 +1,70 @@ - - - - + + + + Document - - -

- heading -

- - \ No newline at end of file + + + + + + + + diff --git a/showCaseOfProductList.html b/showCaseOfProductList.html index debc5b6..62e4598 100644 --- a/showCaseOfProductList.html +++ b/showCaseOfProductList.html @@ -4,104 +4,173 @@ ShowCase Of Product +

Dyanamic Headding

-

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tempora - omnis sed eos porro quos! Ex numquam molestiae ratione. Nesciunt, - dolorum velit. Dicta possimus cupiditate sed incidunt provident - laudantium eum fuga? -

+

Filter

+

Gender

+
    +
  • Woman
  • +
  • Men
  • +
  • Unisex
  • +
+

Category

+
    +
  • T-Shirt
  • +
  • Jacket
  • +
+

Size

+
    +
  • S
  • +
  • M
  • +
  • L
  • +
+

Colore

+
    +
  • Red
  • +
  • Blue
  • +
+

Brand

+
    +
  • BewaKoof
  • +
  • Deyann
  • +
+

Sort By

+
    +
  • Popular
  • +
  • New
  • +
  • High to Low
  • +
  • Low to High
  • +
From 7db9e4be1312046fc2deb57c6f79c5a57e3aec44 Mon Sep 17 00:00:00 2001 From: reeteshin Date: Sat, 6 Nov 2021 16:16:15 +0530 Subject: [PATCH 3/4] updated --- dropDownlList.html | 15 ++- showCaseOfProduct.html | 246 +++++++++++++++++++++++++++++++++++++ showCaseOfProductList.html | 176 -------------------------- sideBar.html | 74 +++++++++++ 4 files changed, 330 insertions(+), 181 deletions(-) create mode 100644 showCaseOfProduct.html delete mode 100644 showCaseOfProductList.html create mode 100644 sideBar.html diff --git a/dropDownlList.html b/dropDownlList.html index e7cfca8..0d88dc4 100644 --- a/dropDownlList.html +++ b/dropDownlList.html @@ -36,14 +36,11 @@ border-radius: 5px; display: none; } - [id^=btn]:checked + ul + [id^=btn]:checked + ul { display: block; } - input - { - display: none; - } + nav .menu::before { position: absolute; @@ -117,14 +114,22 @@ >Drop Down + + +