-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
448 lines (365 loc) · 25 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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<!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>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<!-- large / medium screen -->
<div class=" ">
<!-- upper -->
<div class="grid grid-flow-col bg-indigo-900 p-4 px-8 hidden lg:flex md:flex gap-5">
<img src="https://www.lifepharmacy.com/images/logo-white.svg" alt=""
class="min-w-min bg-indigo-900 filter " />
<form class="flex items-center w-full ">
<label for="simple-search" class="sr-only">Search</label>
<div class="relative w-full">
<div class="absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none">
<svg aria-hidden="true" class="w-5 h-5 text-gray-500 dark:text-gray-400" fill="currentColor"
viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z"
clip-rule="evenodd"></path>
</svg>
</div>
<input type="text" id="simple-search"
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full pl-10 p-4 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500 rounded-full"
placeholder="Search for Products..." required>
</div>
</form>
<div class="grid grid-flow-col w-100 gap-5 ">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="my-auto h-8 w-8 text-white ">
<path stroke-linecap="round" stroke-linejoin="round"
d="M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.501 20.118a7.5 7.5 0 0114.998 0A17.933 17.933 0 0112 21.75c-2.676 0-5.216-.584-7.499-1.632z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="my-auto h-8 w-8 text-white ">
<path stroke-linecap="round" stroke-linejoin="round"
d="M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="my-auto h-8 w-8 text-white ">
<path stroke-linecap="round" stroke-linejoin="round"
d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z" />
</svg>
</div>
</div>
<!-- lower -->
<div class="grid grid-cols-2 py-1 px-8 bg-pink-700 text-white text-sm lg:flex md:flex hidden">
<div class="text-base"> Highest Rated Pharmacy App in UAE | Rating | Download </div>
<div class="text-end ml-auto"> <span class="font-bold">DELIVER TO:</span> undefined, undefined
<button class="bg-white text-black rounded text-xs px-3 ml-3 py-1">CHANGE</button>
</div>
</div>
<!-- large / medium screen -->
</div>
<div class="grid grid-cols-3 gap-4 border border-gray-300 px-8 py-1 hidden lg:flex md:flex ">
<div class="group inline-block">
<button href="#"
class="group-hover:bg-blue-500 py-1 group-hover:text-white hover:text-white transition-color duration-500 dropdown group"
id="section_type" id="dropdownDefaultButton" data-dropdown-toggle="dropdown">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-6 h-6 my-2 float-left mr-3">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
</svg>
<div class="text-start mt-2 float-left mr-16">Shop by Category</div>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class=" h-6 float-right mt-2 w-4">
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" />
</svg>
</button>
<ul class=" text-sm text-gray-700 dark:text-gray-700 border-x-2 rounded-sm transform scale-0 group-hover:scale-100 absolute
transition duration-300 ease-in-out origin-top bg-white w-[15.20rem]" id="catgories-element">
</ul>
</div>
<div class="grid grid-flow-col gap-3">
<div class="group inline-block mr-2">
<button href="#" class="hover:text-blue-500 ml-7 py-1" data-dropdown-toggle="dropdown2">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-6 h-6 my-2 float-left mr-3">
<path stroke-linecap="round" stroke-linejoin="round"
d="M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z" />
</svg>
<div class=" text-start mt-2 float-left">Brands</div>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class=" h-6 float-left mt-2 w-4">
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" />
</svg>
</button>
<ul
class="bg-white shadow-lg transform scale-0 group-hover:scale-100 absolute
transition duration-150 ease-in-out origin-top hidden group-hover:flex flex-col absolute left-0 p-5 text-black w-[84rem] overflow-auto h-[30rem]">
<li>
<div class="grid grid-cols-5 gap-5" id="brands-section">
</div>
</li>
</ul>
</div>
<div class="group inline-block mr-2">
<button href="#" class="hover:text-blue-500 mt-1 py-1" class="group"
data-dropdown-toggle="dropdown8">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="float-left mt-1 w-4 h-6 mr-3">
<path stroke-linecap="round" stroke-linejoin="round"
d="M9.568 3H5.25A2.25 2.25 0 003 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 005.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 009.568 3z" />
<path stroke-linecap="round" stroke-linejoin="round" d="M6 6h.008v.008H6V6z" />
</svg>
<div class=" text-start mt-1 float-left">Offers</div>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class=" h-6 float-left mt-1 w-4">
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" />
</svg>
</button>
<ul class="py-2 text-sm text-gray-700 dark:text-gray-700 border rounded-sm transform scale-0 group-hover:scale-100 absolute
transition duration-150 ease-in-out origin-top min-w-32 bg-white">
<ul class="py-2 text-sm text-gray-700 dark:text-gray-700"
aria-labelledby="dropdownDefaultButton">
<li>
<li>
<p class="block pr-20 pl-5 py-2 font-bold">Offer Details</p>
</li>
<li>
<a href="#" class="block pr-20 pl-5 py-2 hover:text-blue-400">Clearance
Sale</a>
</li>
<li>
<a href="#" class="block pr-20 pl-5 py-2 hover:text-blue-400">Sports
Nutrition</a>
</li>
<li>
<a href="#" class="block pr-20 pl-5 py-2 hover:text-blue-400">Preventive
Care</a>
</li>
<li>
<a href="#" class="block pr-20 pl-5 py-2 hover:text-blue-400">First
Aid</a>
</li>
<li>
<a href="#" class="block pr-20 pl-5 py-3 hover:text-blue-400">Sunshine
Nutrition</a>
</li>
</li>
</ul>
</ul>
</div>
<button href="#" class="hover:text-blue-500 mb-3 py-1" data-dropdown-toggle="dropdown4">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-6 h-6 my-2 float-left mr-3">
<path stroke-linecap="round" stroke-linejoin="round"
d="M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5H18V15H4.5v-4.5zM3.75 18h15A2.25 2.25 0 0021 15.75v-6a2.25 2.25 0 00-2.25-2.25h-15A2.25 2.25 0 001.5 9.75v6A2.25 2.25 0 003.75 18z" />
</svg>
<div class=" text-start mt-2 float-left">Health Packages</div>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class=" h-6 float-left mt-2 w-4">
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" />
</svg>
</button>
</div>
</div>
<!-- small screen -->
<div class="sm:visible md:hidden ">
<div class="grid grid-flow-col bg-pink-800 text-white text-xs px-4 py-2">
<a href="#" class="flex justify-start">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-7 h-7 mr-4">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
</svg>
<div class="my-auto text-lg">Highest Rated Pharmacy App in UAE </div>
</a>
<div class="text-end text-lg">Download</div>
</div>
<div class="px-4 py-2 flex ">
<img class="mr-auto" src="https://www.lifepharmacy.com/images/life.svg" alt="">
<form class="flex items-center w-3/4">
<label for="simple-search" class="sr-only">Search</label>
<div class="relative w-full">
<div class="absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none">
<svg aria-hidden="true" class="w-5 h-5 text-gray-500 dark:text-gray-400" fill="currentColor"
viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z"
clip-rule="evenodd"></path>
</svg>
</div>
<input type="text" id="simple-search"
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full pl-10 p-4 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
placeholder="Search for Products..." required>
</div>
</form>
<div class="ml-auto mt-auto">
<img src="https://www.lifepharmacy.com/images/svg/flag-ae.svg" alt=""
class=" w-10 bg-pink-700 my-auto" />
<div class="text-sm">Arabic</div>
</div>
</div>
<div class="grid grid-flow-col bg-indigo-900 text-white text-xs px-4 py-2">
<div>DELIVER TO: undefined, undefined </div>
<button class="bg-white rounded text-pink-700 w-20 ml-auto">CHANGE
</div>
</div>
</div>
<div class="rounded-xl py-5 fixed bottom-28 inset-x-0 px-5 mx-5 border border-gray-300 flex justify-between text-sm bg-white sm:visible lg:w-7/12 lg:ml-auto"
id="location-selector-element">
<div class="text-indigo-900 font-bold">Add your location to get an accurate delivery time</div>
<div class="flex justify-evenly">
<button class="text-pink-900 font-bold" data-modal-target="medium-modal"
data-modal-toggle="medium-modal">Select your area</button>
<svg class="w-5 mr-10" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" />
</svg>
<button onclick="hiddenOnClick(this)">
<svg class="w-5" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
</svg>
</button>
</div>
</div>
<div id="medium-modal" tabindex="-1"
class="fixed top-0 left-0 right-0 z-50 hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-modal md:h-full">
<div class="relative w-full h-full max-w-lg md:h-auto">
<!-- Modal content -->
<div class="relative bg-white rounded-lg shadow dark:bg-gray-700">
<!-- Modal header -->
<div class="flex items-center justify-between rounded-t dark:border-gray-600">
<button type="button"
class="text-gray-400 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm p-1.5 ml-auto inline-flex items-center dark:hover:bg-gray-600 dark:hover:text-white"
data-modal-hide="medium-modal">
<svg aria-hidden="true" class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
clip-rule="evenodd"></path>
</svg>
<span class="sr-only">Close modal</span>
</button>
</div>
<!-- Modal body -->
<div class="p-6 space-y-6">
<h3 class="text-2xl font-medium text-blue-400 dark:text-white text-center">
Where do you want the delivery?
</h3>
<p class="text-base leading-relaxed text-gray-500 dark:text-gray-400 text-center">
By knowing your area, we will be able to provide instant delivery from the nearest Life
store around you! </p>
<button class="ml-auto bg-blue-400 p-3 text-white rounded-xl w-full">Detect My Location</button>
<h3 class="text-xl font-medium text-center">
OR
</h3>
<div class="flex">
<button id="states-button" data-dropdown-toggle="dropdown-states"
class="flex-shrink-0 z-10 inline-flex items-center py-2.5 px-4 text-sm font-medium text-center text-gray-500 bg-gray-100 border border-gray-300 rounded-l-lg focus:ring-4 focus:outline-none focus:ring-gray-100 dark:bg-gray-700 dark:hover:bg-gray-600 dark:focus:ring-gray-700 dark:text-white dark:border-gray-600"
type="button">
<select id="states"
class="bg-gray-50 text-gray-900 text-sm rounded-r-lg block w-full p-2.5 dark:bg-gray-700 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500">
<option selected>Ship To</option>
<option value="CA">UAE</option>
<option value="TX">KSA</option>
</select>
</button>
<label for="states" class="sr-only">Type Location</label>
<input type="text"
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-r-lg border-l-gray-100 border-l-2 block w-full p-2.5 dark:placeholder-gray-400 dark:text-white " placeholder="Type a Location">
</div>
<a href="#"><h3 class="text-xl font-medium text-blue-400 dark:text-white text-center underline mt-16">
Or Login Now
</h3></a>
<p class="text-base leading-relaxed text-gray-500 dark:text-gray-400 text-center">
Get access to My Address, Orders & Prescriptions in your profile section.
</p>
</div>
<!-- Modal footer -->
</div>
</div>
</div>
<nav
class="border border-gray-300 fixed bottom-0 inset-x-0 flex justify-between text-sm text-blue-900 uppercase font-mono sm:visible md:visible lg:hidden">
<a href="#" class="w-full block py-5 px-3 text-center hover:text-blue-800 transition duration-300">
<svg class="w-6 h-6 mb-2 mx-auto active:fill-indigo-400" xmlns="http://www.w3.org/2000/svg" fill="none"
viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path class="" stroke-linecap="round" stroke-linejoin="round"
d="M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25" />
</svg>
Home
</a>
<a href="#" class="w-full block py-5 px-3 text-center hover:text-blue-800">
<svg class="w-6 h-6 mb-2 mx-auto active:fill-indigo-400" xmlns="http://www.w3.org/2000/svg" fill="none"
viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3.75 6A2.25 2.25 0 016 3.75h2.25A2.25 2.25 0 0110.5 6v2.25a2.25 2.25 0 01-2.25 2.25H6a2.25 2.25 0 01-2.25-2.25V6zM3.75 15.75A2.25 2.25 0 016 13.5h2.25a2.25 2.25 0 012.25 2.25V18a2.25 2.25 0 01-2.25 2.25H6A2.25 2.25 0 013.75 18v-2.25zM13.5 6a2.25 2.25 0 012.25-2.25H18A2.25 2.25 0 0120.25 6v2.25A2.25 2.25 0 0118 10.5h-2.25a2.25 2.25 0 01-2.25-2.25V6zM13.5 15.75a2.25 2.25 0 012.25-2.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-2.25A2.25 2.25 0 0113.5 18v-2.25z" />
</svg>
Categories
</a>
<a href="#" class="w-full block py-5 px-3 text-center hover:text-blue-800">
<svg class="w-6 h-6 mb-2 mx-auto active:fill-indigo-400" xmlns="http://www.w3.org/2000/svg" fill="none"
viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z" />
</svg>
Prescription
</a>
<a href="#" class="w-full block py-5 px-3 text-center hover:text-blue-800">
<svg class="w-6 h-6 mb-2 mx-auto active:fill-indigo-400" xmlns="http://www.w3.org/2000/svg" fill="none"
viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.501 20.118a7.5 7.5 0 0114.998 0A17.933 17.933 0 0112 21.75c-2.676 0-5.216-.584-7.499-1.632z" />
</svg>
Profile
</a>
<a href="#" class="w-full block py-5 px-3 text-center hover:text-blue-800">
<svg class="w-6 h-6 mb-2 mx-auto active:fill-indigo-400" xmlns="http://www.w3.org/2000/svg" fill="none"
viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" />
</svg>
Cart
</a>
</nav>
<!-- small screen -->
</header>
<style>
li>ul {
transform: translatex(100%) scale(0)
}
li:hover>ul {
transform: translatex(101%) scale(1)
}
li>button svg {
transform: rotate(-90deg)
}
li:hover>button svg {
transform: rotate(-270deg)
}
.group:hover .group-hover\:scale-100 {
transform: scale(1)
}
.group:hover .group-hover\:-rotate-180 {
transform: rotate(180deg)
}
.scale-0 {
transform: scale(0)
}
.min-w-32 {
min-width: 8rem
}
.hover-menu {
width: 1000px;
}
.padding-custm {
padding: 25px;
}
</style>
</div>
<script src="https://unpkg.com/[email protected]/dist/flowbite.js"></script>
<script src="app.js"></script>
</body>
</html>
<div>