-
Notifications
You must be signed in to change notification settings - Fork 4
/
subProduct.html
120 lines (114 loc) · 3.94 KB
/
subProduct.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!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" />
<link rel="stylesheet" href="styles/subProduct.css" />
<title>Document</title>
</head>
<body>
<div id="navbar"></div>
<div id="moh_mainPro">
<div>
<img id="moh_mainPic" src="./db/img/01amf1pl-500x500.jpg" alt="mainPic" />
<div id="moh_saftey">
<img src="https://www.rentomojo.com/public/images/icons/virusSafetyGreen.png" alt="saftery" />
<p>
Safety precautions during COVID-19. We’re taking
additional steps and precautionary measures toprotect
our community from COVID-19.
</p>
</div>
<div>
<h2 id="moh_headPro">Product Details</h2>
<hr />
</div>
</div>
<div>
<h2 id="moh_prodName">Felix 3-Seater Fabric Sofa (Blue)</h2>
<div id="moh_barImg">
<img src="./images/bar.png" alt="" />
</div>
<div id="moh_proPrice">
<div>
<h3 id="moh_month">₹ 789</h3>
<p>Monthly Rent</p>
</div>
<div>
<h3 id="moh_depo">₹ 1229</h3>
<p>Refundable Deposit</p>
</div>
</div>
<div id="moh_button">
<a href="index.html"><button id="moh_view">Browse More</button></a>
<a href="#"><button id="moh_cart">Add to cart</button></a>
</div>
<p id="moh_special">Special Offers</p>
<div id="moh_coupon">
<div>
<p>Use Code: CITY15</p>
<p>Flat 15% off on third Month Invoice</p>
</div>
<div>
<button id="moh_coupBtn">Copy</button>
</div>
</div>
</div>
</div>
<div id="moh_proDetails">
<div>
<img id="moh_detailPic" src="https://p.rmjo.in/productSquare/ezzd04ug-500x500.jpg" alt="Details pic" />
</div>
<div>
<p id="moh_detailName">Felix 3-Seater Fabric Sofa (Blue)</p>
<hr />
<p>
Elegance meets comfort with the plush Felix Couch. With
unmatched comfort and endless options to deck it up, your
couch crasher friends will love it, and so will you
</p>
<div id="moh_descri">
<div>
<table>
<thead>
Sizes & Dimensions
</thead>
<tbody>
<ul>
<li>70"L x 33"B x 24"H</li>
</ul>
</tbody>
</table>
</div>
<div>
<table>
<thead>
Features & Specs
</thead>
<tbody>
<ul>
<li>Soft fabric cover</li>
<li>3 seat cushions</li>
<li>Upholstered backrest cushions</li>
</ul>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div id="moh_priceDetail">
<div>
<p>Monthly Rental:</p>
<h3 id="moh_monthD">₹ 789</h3>
</div>
<div>
<p>Deposit</p>
<h3 id="moh_depoD">₹ 1229</h3>
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script type="module" src="./scripts/subProduct.js"></script>