-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.html
252 lines (228 loc) · 6.89 KB
/
products.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
nav {
background-color: black;
color: white;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 35px;
justify-content: center;
display: flex;
}
nav ul {
list-style-type: none;
margin-top: 0;
padding: 0;
/* justify-content: center; */
}
#h{
color: black;
text-align: center;
font-size: xx-large;
margin-top: 55px;
}
nav ul li {
display: inline;
margin-right: 20px;
padding-bottom: 8px;
font-size: larger;
}
nav ul li a {
color: white;
text-decoration: none;
/* margin-left: 50px; */
}
nav ul li a:hover {
text-decoration: underline;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
margin: 20px;
text-align: center;
font-family: arial;
}
.title {
color: grey;
font-size: 18px;
}
button {
border: none;
outline: 0;
display: inline-block;
padding: 5px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 35%;
margin-left: auto;
margin-bottom: 5px;
font-size: 18px;
border: 1px solid black;
border-radius: 5px;
}
.container{
display: flex;
/* grid-template-columns: auto auto auto auto; */
}
a {
text-decoration: none;
font-size: 22px;
color: white;
}
button:hover, a:hover {
color: black;
background: white;
}
#foot {
background-color: black;
color: white;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
padding-bottom: 5px;
height: 95px;
}
/* Float four columns side by side */
/* .column {
float: left;
width: 25%;
padding: 0 10px;
} */
/* Remove extra left and right margins, due to padding */
/* .row {margin: 0 -5px;} */
/* Clear floats after the columns */
/* .row:after {
content: "";
display: table;
clear: both;
} */
/* Responsive columns */
@media screen and(min-width:350px) and (max-width: 767px) {
.container {
width: 100%;
display: grid;
grid-template-columns: auto auto;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.container {
width: 100%;
display: grid;
grid-template-columns: auto auto auto;
}
}
@media screen and (min-width: 1024px) {
.container {
width: 100%;
display: grid;
grid-template-columns: auto auto auto auto;
}
}
</style>
</head>
<body>
<nav>
<ul>
<li><a href="registration.html">Home</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="contactus.html">Contact</a></li>
<li><a href="aboutus.html">About</a></li>
</ul>
</nav>
<h2 style="text-align:center;" id="h">Products</h2>
<div class="container row one" >
<div class="column">
<div class="card">
<img src="images/fitness-ankle-buckle.jpeg" height="250px" alt="John" style="width:100%;">
<p class="title">Adjustable Ankle Wearables 1.5KG Each</p>
<p>₹859</p>
<div style="margin: 24px 0;">
<button> <a href="confirmation.html">Buy Now</a> </button>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/handgrip.webp" height="250px" alt="John" style="width:100%">
<p class="title">Hand Grip Adjustable Extended Handle Rehabilitation</p>
<p>₹559</p>
<div style="margin: 24px 0;">
<button> <a href="confirmation.html">Buy Now</a> </button>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/Handwristforearm.jpg" height="250px" alt="John" style="width:100%">
<p class="title">Hand Wrist Forearm Strengthener,Adjustable Handgrip</p>
<p>₹559</p>
<div style="margin: 24px 0;">
<button> <a href="confirmation.html">Buy Now</a> </button>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/dumbell.webp" height="270px" alt="John" style="width:100%">
<p class="title">Adjustable Dumbell Set 2KGS Each</p>
<p style="margin: 5px;">₹559</p>
<div style="margin: 24px 0;">
<button> <a href="confirmation.html">Buy Now</a> </button>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/wristsupporter.webp" height="250px" alt="John" style="width:100%">
<p class="title">Wrist Supporter</p>
<p>₹559</p>
<div style="margin: 24px 0;">
<button> <a href="confirmation.html">Buy Now</a> </button>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/abdominalbinder.jpg" height="250px" alt="John" style="width:100%">
<p class="title">Waist Supporter</p>
<p>₹559</p>
<div style="margin: 24px 0;">
<button> <a href="confirmation.html">Buy Now</a> </button>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/shouldersupport.jpg" height="250px" alt="John" style="width:100%">
<p class="title">Shoulder Supporter</p>
<p>₹559</p>
<div style="margin: 24px 0;">
<button> <a href="confirmation.html">Buy Now</a> </button>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/gymbag.jpg" height="250px" alt="John" style="width:100%">
<p class="title">Gym Bag</p>
<p>₹559</p>
<div style="margin: 24px 0;">
<button> <a href="confirmation.html">Buy Now</a> </button>
</div>
</div>
</div>
</div>
<footer id="foot" style="height: 35px; ">
<center><p>© 2024 GetFit GYM. All rights reserved.</p></center>
</footer>
</body>
</html>