forked from yashrajillusion/zara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproductfinal.html
97 lines (79 loc) · 3.41 KB
/
productfinal.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>Document</title>
<link rel="stylesheet" href="productfinal.css">
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
</head>
<body>
<header>
<div class="btn">
<span class="fas fa-bars"></span>
</div>
<img class="logo" width="300" src="https://www.logo.wine/a/logo/Zara_(retailer)/Zara_(retailer)-Logo.wine.svg"
alt="">
<span class="rightnavlogin">
<a href="">
<p>LOGIN</p>
</a>
<a href="">
<p>HELP</p>
</a>
<a href="basket.html">
<p>CART</p>
</a>
</span>
</header>
<div class="container">
<div class="left">
<h2>MATERIALS, CARE AND ORIGIN</h2>
<h3>JOIN LIFE</h3>
<p>Care for water produced using iess water.</p><br>
<p>
We use the Join Life label on clothing that is produced using technology and raw materials that help us
to reduced the environment impact of our product.
</p><br>
<h2>MATERIALS</h2>
<p>We work with montoring programmes to ensure compliance with safety, health and quality standards for our
products.</p><br>
<p>The Green to wear 2.0 standard aims to minimise the environment impacr</p>
<a href="">
<p>View more</p>
</a>
</div>
<div class="containerprod">
<div class="img1">
<img class="centerimgprod"
src="https://static.zara.net/photos///2021/I/0/1/p/7119/565/305/33/w/608/7119565305_15_2_1.jpg?ts=1639579294928"
alt="">
</div>
</div>
<div>
<div class="right">
<h2 class="cat">TEXTURED COTTON TROUSERS</h2>
<h3>FADED TROUSERS MADE OF COTTON. ADJUSTABLE WAIST WITH SIDE TABS. FRONT POCKETS AND REAR JETTED POCKETS. ADJUSTABLE HEM WITH TABS. ZIP FLY A TOP BUTTON FASTENING.</h3><br>
<span>₹ <p class="pricetag"></p></span>
<p>MRP incl. of all taxes</p>
<br>
<p>Colour Navy blue | 0647/301</p>
<br>
<select name="" id="prodsize">
<option value="null">Select your size</option>
<option value="EU 36 (UK 29)">EU 36 (UK 29)</option>
<option value="EU 38 (UK 38)">EU 38 (UK 38)</option>
<option value="EU 40 (UK 40)">EU 40 (UK 40)</option>
<option value="EU 42 (UK 42)">EU 42 (UK 42)</option>
<option value="EU 44 (UK 34)">EU 44 (UK 34)</option>
</select>
<button onclick="addToCart()">Add to bag</button>
<button onclick="goToProceed()">Process order</button>
<P>Materials, care and origin Check in-store availability Check in-store availability Delivery, Echange and Returns. Share</P>
</div>
</div>
</body>
</html>
<script src="productfinal.js"></script>