-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
328 lines (327 loc) · 22.5 KB
/
index.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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>E-commerce site Project on Tailwind-Css</title>
<!--<link rel="stylesheet" href="tailwind.css">-->
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="h-8 mx-auto p-5">
<div class="flex flex-row justify-between ">
<div class="flex flex-row space-x-3">
<div class="bg-gradient-to-r from-purple-400 to-red-600 w-10 h-10 rounded-lg "></div>
<h1 class="text-3xl text-slate-400 ml-0.5 font-serif">Logo</h1>
</div>
<nav class="space-x-4 text-xl font-sans"> <!--Navigation Bar-->
<a href="#" class="text-gray-800 hover:text-gray-400 p-4">Home</a>
<a href="#" class="text-gray-800 hover:text-gray-400 p-4">Shop</a>
<a href="#" class="text-gray-800 hover:text-gray-400 p-4">Blog</a>
<a href="#" class="text-gray-800 hover:text-gray-400 p-4">Contact</a>
<a href="#" class= "bg-purple-600 text-gray-50 hover:bg-purple-800 p-2 px-5 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 sm:h-6 sm:w-6 inline-block" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>
Cart (0)
</a>
</nav>
</div>
</div>
<div class="flex flex-row mt-20"><!--Hero's Section-->
<div class="w-3/5 flex flex-col justify-center items-center ml-80">
<h2 class="font-serif text-8xl text-gray-600 mb-4 text-center md:self-start md:text-left">FiberFlair</h2>
<p class="uppercase text-gray-600 tracking-wide text-center md:self-start md:text-left">"Flaunt the Fabric of Fashion."</p>
<p class="uppercase text-gray-600 tracking-wide text-center md:self-start md:text-left">"Luxury in Every Layer."</p>
<a href="#" class="bg-gradient-to-r from-red-300 to-pink-500 rounded-full py-4 px-8 text-gray-50 uppercase text-xl self-start mr-60 mt-2 my-5">Shop Now</a>
</div>
<div class="mr-12">
<img src="hero-img.svg" class="w-full">
</div>
</div>
<div class="my-20"> <!--Men's Collection-->
<div class="flex flex-row justify-between my-5">
<h2 class="text-3xl font-semibold ml-20">Men's Collection</h2>
<a href="#" class="flex flex-row mr-2 text-lg hover:text-purple-700">
View All
<svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-5 mr-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3" />
</svg>
</a>
</div>
<div class="grid grid-flow-row grid-cols-1 md:grid-cols-3 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-10 mt-10">
<div class="shadow-lg rounded-lg">
<a href="#">
<img src="men's-collection/product-1.jpeg" class="rounded-tl-lg rounded-tr-lg ml-12" />
</a>
<div class="p-5">
<h3 ><a href="#">Mens T-Shirt</a></h3>
<div class="flex flex-row my-3">
<div class="bg-black rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-blue-600 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-white rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-slate-400 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-green-600 rounded-full h-5 w-5 shadow-md mr-2"></div>
</div>
<div class="flex flex-col xl:flex-row justify-between">
<a class="bg-gradient-to-r from-red-600 to-pink-500 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-pink-600 hover:from-pink-600 hover:to-pink-600 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>
Add to cart
</a>
<a class="bg-purple-600 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-purple-700 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
View Details
</a>
</div>
</div>
</div>
<div class="shadow-lg rounded-lg">
<a href="#">
<img src="men's-collection/product-2.jpeg" class="rounded-tl-lg rounded-tr-lg ml-12" />
</a>
<div class="p-5">
<h3 ><a href="#">Mens T-Shirt</a></h3>
<div class="flex flex-row my-3">
<div class="bg-black rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-blue-600 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-white rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-slate-400 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-green-600 rounded-full h-5 w-5 shadow-md mr-2"></div>
</div>
<div class="flex flex-col xl:flex-row justify-between">
<a class="bg-gradient-to-r from-red-600 to-pink-500 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-pink-600 hover:from-pink-600 hover:to-pink-600 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>
Add to cart
</a>
<a class="bg-purple-600 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-purple-700 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
View Details
</a>
</div>
</div>
</div>
<div class="shadow-lg rounded-lg">
<a href="#">
<img src="men's-collection/product-3.jpeg" class="rounded-tl-lg rounded-tr-lg ml-12" />
</a>
<div class="p-5">
<h3 ><a href="#">Mens T-Shirt</a></h3>
<div class="flex flex-row my-3">
<div class="bg-black rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-blue-600 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-white rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-slate-400 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-green-600 rounded-full h-5 w-5 shadow-md mr-2"></div>
</div>
<div class="flex flex-col xl:flex-row justify-between">
<a class="bg-gradient-to-r from-red-600 to-pink-500 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-pink-600 hover:from-pink-600 hover:to-pink-600 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>
Add to cart
</a>
<a class="bg-purple-600 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-purple-700 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
View Details
</a>
</div>
</div>
</div>
<div class="shadow-lg rounded-lg">
<a href="#">
<img src="men's-collection/product-4.jpeg" class="rounded-tl-lg rounded-tr-lg ml-12" />
</a>
<div class="p-5">
<h3 ><a href="#">Mens T-Shirt</a></h3>
<div class="flex flex-row my-3">
<div class="bg-black rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-blue-600 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-white rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-slate-400 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-green-600 rounded-full h-5 w-5 shadow-md mr-2"></div>
</div>
<div class="flex flex-col xl:flex-row justify-between">
<a class="bg-gradient-to-r from-red-600 to-pink-500 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-pink-600 hover:from-pink-600 hover:to-pink-600 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>
Add to cart
</a>
<a class="bg-purple-600 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-purple-700 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
View Details
</a>
</div>
</div>
</div>
</div>
</div>
<div class="my-20"><!--Women's Collection-->
<div class="flex flex-row justify-between my-5">
<h2 class="text-3xl">Women's Collection</h2>
<a href="#" class="flex flex-row text-lg hover:text-purple-700">
View All
<svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-5 ml-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3" />
</svg>
</a>
</div>
<div class="grid grid-flow-row grid-cols-1 md:grid-cols-3 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-10">
<div class="shadow-lg rounded-lg">
<a href="#">
<img src="women's-collection/prdt-1.jpg" class="rounded-tl-lg rounded-tr-lg h-1/2" />
</a>
<div class="p-5">
<h3><a href="#">Printed Tassel Open front Poncho</a></h3>
<div class="flex flex-row my-3">
<div class="bg-black rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-fuchsia-400 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-emerald-300 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-red-400 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-pink-500 rounded-full h-5 w-5 shadow-md mr-2"></div>
</div>
<div class="flex flex-row my-3">
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">XL</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">XXL</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">L</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">M</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">S</a>
</div>
<div class="flex flex-col xl:flex-row justify-between">
<a class="bg-gradient-to-r from-red-600 to-pink-500 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-pink-600 hover:from-pink-600 hover:to-pink-600 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>
Add to cart
</a>
<a class="bg-purple-600 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-purple-700 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
View Details
</a>
</div>
</div>
</div>
<div class="shadow-lg rounded-lg">
<a href="#">
<img src="women's-collection/prdt-2.jpg" class="rounded-tl-lg rounded-tr-lg h-1/2" />
</a>
<div class="p-5">
<h3><a href="#">Printed Wrap Dress</a></h3>
<div class="flex flex-row my-3">
<div class="bg-black rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-purple-500 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-white rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-red-400 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-green-400 rounded-full h-5 w-5 shadow-md mr-2"></div>
</div>
<div class="flex flex-row my-3">
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">XL</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">XXL</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">L</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">M</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">S</a>
</div>
<div class="flex flex-col xl:flex-row justify-between">
<a class="bg-gradient-to-r from-red-600 to-pink-500 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-pink-600 hover:from-pink-600 hover:to-pink-600 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>
Add to cart
</a>
<a class="bg-purple-600 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-purple-700 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
View Details
</a>
</div>
</div>
</div>
<div class="shadow-lg rounded-lg">
<a href="#">
<img src="women's-collection/prdt-3.webp" class="rounded-tl-lg rounded-tr-lg h-1/2" />
</a>
<div class="p-5">
<h3><a href="#">Indo-Western Dress</a></h3>
<div class="flex flex-row my-3">
<div class="bg-black rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-pink-600 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-white rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-red-500 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-orange-400 rounded-full h-5 w-5 shadow-md mr-2"></div>
</div>
<div class="flex flex-row my-3">
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">XL</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">XXL</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">L</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">M</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">S</a>
</div>
<div class="flex flex-col xl:flex-row justify-between">
<a class="bg-gradient-to-r from-red-600 to-pink-500 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-pink-600 hover:from-pink-600 hover:to-pink-600 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>
Add to cart
</a>
<a class="bg-purple-600 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-purple-700 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
View Details
</a>
</div>
</div>
</div>
<div class="shadow-lg rounded-lg">
<a href="#">
<img src="women's-collection/prdt-4.jpg" class="rounded-tl-lg rounded-tr-lg h-1/2 w-100% justify-center" />
</a>
<div class="p-5">
<h3><a href="#">Designer Top</a></h3>
<div class="flex flex-row my-3">
<div class="bg-black rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-cyan-300 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-white rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-amber-200 rounded-full h-5 w-5 shadow-md mr-2"></div>
<div class="bg-lime-400 rounded-full h-5 w-5 shadow-md mr-2"></div>
</div>
<div class="flex flex-row my-3">
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">XL</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">XXL</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">L</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">M</a>
<a class="border-gray-300 border-2 text-gray-400 rounded-md px-2 py-1 mr-2 text-xs" href="#">S</a>
</div>
<div class="flex flex-col xl:flex-row justify-between">
<a class="bg-gradient-to-r from-red-600 to-pink-500 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-pink-600 hover:from-pink-600 hover:to-pink-600 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>
Add to cart
</a>
<a class="bg-purple-600 rounded-full py-2 px-4 my-2 text-sm text-white hover:bg-purple-700 flex flex-row justify-center" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-1" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
View Details
</a>
</div>
</div>
</div>
</div>
</body>
</html>