-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathan_collection_black_saree.html
95 lines (95 loc) · 5.5 KB
/
an_collection_black_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
<!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/81aLE9OwM1L._UL1500_.jpg" width="500px" height="600px">
</div>
<div>
<p class="name_of_product">Ananya Creation Women Designer Stylish Lycra Bland & Fashionable Sarees With Unstitched Blouse</p>
<img class="star" src="0 star.png" width="100px" height="30px">
<p class="price">₹689.00</p>
<p class="description">Product description</p>
<p class="description_answer">Latest Solid Lycra Saree For Stylish Woman And Teenager Girls wear this saree in your special style and get amazing look. This Saree Is New Latest Arrival Designs Collection Having Fancy Unstitched Blouse Piece Saree Fancy Saree Fashionable Sari Latest New Designer Party Wear New Collection Grand Wedding Saree Simple Saree With Blouse Trend Banarasi Sari Lehenga Saree Latest Wading Saree Fabric is Lycra with unstitched banglori Blouse geometric printed work multicolor along with the golden for work on the saree Boder which is create classy look on your outfit Striped finish look nice good looking perfect saree Good quelity Materiel Color ( Do Not Bleach) Saree Border Less Series Ruffled Border Solid Saree. Good Looking Solid Design Perfect look with lace Printed saree. Lace Work.</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>