-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheffigy_onlinehub_saree.html
97 lines (96 loc) · 5.5 KB
/
effigy_onlinehub_saree.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Product Details</title>
<link rel="stylesheet" href="product_details.css">
</head>
<body>
<header class="header">
<img class="company_logo" src="company logo.png" width=15% height=15%>
</header>
<nav class="navigation"> class="Categories"
<a class="home" href="index.html">Home</a>
<a class="products"href="">Products</a>
<a class="category"href="">Category</a>
<a class="about"href="about.html">About us</a>
<a class="contact"href="contact.html">Contact us</a>
<!-- <a class="search" href="">Search</a> -->
<a class="cart"href=""><img src="addtocart.png" width=3% height=3%></a>
</nav><br><br><br>
<p class="product_details">Product Details</p><br><br>
<div class="flexbox">
<div>
<img class="pd_image" src="https://m.media-amazon.com/images/I/71KGXpiEWRL._UL1500_.jpg" width="500px" height="600px">
</div>
<div>
<p class="name_of_product">Effigy onlinehub Women's Chiffon Saree With Blouse Piece</p>
<img class="star" src="3.5 star.png" width="100px" height="30px">
<p class="price">₹499.00</p>
<p class="description">Product description</p>
<p class="description_answer">Effigy onlinehub Design Zecard LaseBorder (saree) With Normal Stone Handwork Exclusive Latest Stylish Fancy color Sarees With Golden Color Blouse Piece.The saree has a length of 5.5 meters and comes along with a blouse piece of 0.80 meters. . Dressed In This Chiffon Saree Exclusively In Effigy onlinehub . Effortlessly Elegant, ( Design Creation Is Crafted Using Chiffon base,Which Is lightweight And Easy To Carry. The saree Design By Of The Best Workmanship & fabric looms . Orignal,Indian Traditional Design Wear. which gives which gives Ethnic wear fashionable and traditional look. They are manufactured keeping all the ages and occasions in mind. They are traditional, but they are youthful as well. Whether it is a party, festivals, or wedding, this saree will surely add extra charm to your personality
</p>
<input type="button" value="Add to Cart" class="add_to_cart"><br><br>
<input type="button" value="Buy Now" class="buy_now">
</div>
</div>
<p class="rp">Related Products</p>
<div class="related_products_flexbox">
<div class="product">
<a href="pink_bag_divyansh.html"> <img class="product_image" src="https://m.media-amazon.com/images/I/41FRZiC-toL._AC_UL480_FMwebp_QL65_.jpg" width=200px height="300px" alt="Network problem"></a>
<p class="product_company">Divyansh Collection</p>
<a class="product_description" href="pink_bag_divyansh.html">Casual Backpack Bags For Women And Girls 7 L Backpack</a><br>
<a class="product_price" href="pink_bag_divyansh.html">₹229</a>
</div>
<div class="product">
<a href=""> <img class="product_image" src="https://m.media-amazon.com/images/I/714nHWghv6S._AC_UL480_FMwebp_QL65_.jpg" width=200px height="300px" alt="Network problem"></a>
<p class="product_company">Generic</p>
<a class="product_description" href="">MUNROFIT Women's Latest Collections of Boots (JD-003$K)</a><br>
<a class="product_price" href="">₹499</a>
</div>
<div class="product">
<a href=""> <img class="product_image" src="https://m.media-amazon.com/images/I/81tN5-tMNEL._AC_UL480_FMwebp_QL65_.jpg" width=200px height="300px" alt="Network problem"></a>
<p class="product_company">Vanya Handicraft Collection</p>
<a class="product_description" href="">LONGING TO BUY Women's Clutch</a><br>
<a class="product_price" href="">₹599</a>
</div>
</div>
<footer class="footer">
<div>
<img class="footer_image" src="company logo.png" width="150px" height="150px">
</div>
<div class="table_div">
<table>
<tr>
<th class="quick_link">Quick Links</th>
<th class="new_product">New Products</th>
<th class="support">Support</th>
</tr>
<tr>
<th><a class="row1" href="about.html">About us</a></th>
<th><a class="row2" href="category_womans_collection.html">Woman Clothes</a></th>
<th><a class="row3" href="">FAQ's</a></th>
</tr>
<tr>
<th><a class="row1" href="">Offers and discounts</a></th>
<th><a class="row2" href="">Fashion Accessiores</a></th>
<th><a class="row3" href="">Terms and conditions</a></th>
</tr>
<tr>
<th><a class="row1" href="">Get Coupon</a></th>
<th><a class="row2"href="category_mans_collection.html">Man Accessories</a></th>
<th><a class="row3" href="">Privacy policy</a></th>
</tr>
<tr>
<th><a class="row1" href="contact.html">Contact us</a></th>
<th><a class="row2" href="">Rubber made toys</a></th>
<th><a class="row3"href="">Report a payement issue</a></th>
</tr>
</table>
</div>
</footer>
<p class="copyright">Copyright © 2022 Bharat</p>
</body>
</html>