diff --git a/Ecommerce/index.html b/Ecommerce/index.html index a59e323..8299265 100644 --- a/Ecommerce/index.html +++ b/Ecommerce/index.html @@ -30,15 +30,57 @@

E-commerce

Product 1 -

Product 1

-

Description of Product 1.

+

A-line dress

+

Blue dress,with coat

$19.99
Product 2 -

Product 2

-

Description of Product 2.

+

A-line dress

+

Black dress,with coat

+ $29.99 + +
+
+ Product 2 +

Classy top

+

Peach crop top

+ $29.99 + +
+
+ Product 2 +

Puff sleeve

+

Pista deep neck.

+ $29.99 + +
+
+ Product 2 +

Wide leg jeans

+

Light fade.

+ $29.99 + +
+
+ Product 2 +

Black jeans

+

Baggy Straight.

+ $29.99 + +
+
+ Product 2 +

Blue pants

+

Flared bottoms

+ $29.99 + +
+
+ Product 2 +

Straight leg pants

+

Black.

$29.99
@@ -52,6 +94,12 @@

Product 1

+ + + + diff --git a/Ecommerce/product1.jpg b/Ecommerce/product1.jpg new file mode 100644 index 0000000..2ad9e41 Binary files /dev/null and b/Ecommerce/product1.jpg differ diff --git a/Ecommerce/product2.jpg b/Ecommerce/product2.jpg new file mode 100644 index 0000000..f6f693d Binary files /dev/null and b/Ecommerce/product2.jpg differ diff --git a/Ecommerce/product3.jpg b/Ecommerce/product3.jpg new file mode 100644 index 0000000..de2e94d Binary files /dev/null and b/Ecommerce/product3.jpg differ diff --git a/Ecommerce/product4.jpg b/Ecommerce/product4.jpg new file mode 100644 index 0000000..3723a75 Binary files /dev/null and b/Ecommerce/product4.jpg differ diff --git a/Ecommerce/product5.jpg b/Ecommerce/product5.jpg new file mode 100644 index 0000000..2d1090e Binary files /dev/null and b/Ecommerce/product5.jpg differ diff --git a/Ecommerce/product6.jpg b/Ecommerce/product6.jpg new file mode 100644 index 0000000..a71f91d Binary files /dev/null and b/Ecommerce/product6.jpg differ diff --git a/Ecommerce/product7.jpg b/Ecommerce/product7.jpg new file mode 100644 index 0000000..54c4a4e Binary files /dev/null and b/Ecommerce/product7.jpg differ diff --git a/Ecommerce/product8.jpg b/Ecommerce/product8.jpg new file mode 100644 index 0000000..a287fdf Binary files /dev/null and b/Ecommerce/product8.jpg differ diff --git a/Ecommerce/styles.css b/Ecommerce/styles.css index dcdcc7e..fdfde1b 100644 --- a/Ecommerce/styles.css +++ b/Ecommerce/styles.css @@ -1,14 +1,15 @@ body { - font-family: Arial, sans-serif; + /* font-family: Merriweather, oswald; */ margin: 0; + font-family: Poppins,Poppins-Regular; padding: 0; } header { - background-color: #333; + background-color: #000; color: #fff; text-align: center; - padding: 10px; + padding: 8px; } .product-list { @@ -31,11 +32,11 @@ header { .price { font-weight: bold; - color: #f00; + color: rgb(0, 255, 115); } .add-to-cart { - background-color: #4caf50; + background-color: #000000; color: #fff; border: none; padding: 10px; @@ -45,4 +46,14 @@ header { .add-to-cart:hover { background-color: #45a049; + +} + +footer{ + background-color: black; + color: white; + padding: 20px; + text-align: center; + + } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..7cf2fbb --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "Shoping-website", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/TusharHacktoberfest2 b/shp similarity index 100% rename from TusharHacktoberfest2 rename to shp