-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpc_shirts.html
95 lines (95 loc) · 5.35 KB
/
pc_shirts.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/51A4so7he0S.jpg" width="500px" height="600px">
</div>
<div>
<p class="name_of_product">P.C Perry Collection Women's Cotton Check Collar Neck Full Sleeves Shirts Combo Pack of 2 - Red and Black & Black and White</p>
<img class="star" src="3.5 star.png" width="100px" height="30px">
<p class="price">₹599.00</p>
<p class="description">Product description</p>
<p class="description_answer">Perry Collection" .brings best quality Shirt directly from manufacturer-stylish,trendy & unique! <br>Makes you look fashionable at work place or any other location.This attractive Shirt will surely fetch you compliments for your rich sense of style. This is designed as per the latest trends to keep you high fashion and with wedding and other occasion, it will keep you comfortable all day long. the lovely design forms a substantial feature of this Western wear.it looks stunning every time you match it with accessories. The Brand Perry Collection aims at bringing freshness, variety and style to every women's closet.</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>