-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcharms_gold_necklace.html
95 lines (95 loc) · 5.91 KB
/
charms_gold_necklace.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/71eU0hmzL6L._UL1500_.jpg" width="500px" height="600px">
</div>
<div>
<p class="name_of_product">Charms Combo Collection of Dazzling Gold Plated Mangalsutra for Women</p>
<img class="star" src="" width="100px" height="30px">
<p class="price">₹227.00</p>
<p class="description">Product description</p>
<p class="description_answer">The designer mangalsutra combo has two different sets of chains that are adorned by married women. the chains are plated with gold, one has a round-shaped pendant which is studded with miniature American diamonds and the other one has a huge gold plated pendant with red and green stones. this mangalsutra combo is an ideal gift for birthday and anniversary for women who are married. also, highly ideal for parties, religious ceremonies, and other events. paired with saree and ethnic wear, it will make you look like a diva. mangalsutra is an important piece of jewellery for women in India and has great aesthetic values for married women. the mangalsutra combo must be kept away from coming in direct contact with perfume. look stylish and effectively flaunt your gorgeous look with these mangalsutra combo pieces. two different designs offer diverse and elegant looks for married women. the combo is made of copper, and it is corrosive resistant. the gold plating illuminates the look of the chains and makes it look classy and attractive. make your chain shine for years by keeping it away from dust and sun. and, do not store the chains in any kind of velvet boxes. elevate your glamorous quotient in no time with the best mangalsutra combo.</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>