-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfurniture.html
686 lines (594 loc) · 39.1 KB
/
furniture.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
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
<!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>E-Vendors/Furnitures</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="furniture.css">
</head>
<body>
<!--nav-->
<nav class="navbar navbar-default navbar-fixed-top" style="background: rgb(255,255,255);">
<div class="container-fluid ">
<div class="row">
<div class="col-md-1">
<!--TITLE-->
<div class="navbar-header">
<a href="#" class="navbar-brand" >
<button type="button" class="btn btn-responsive" data-toggle="collapse" data-target="#box" id="btn" style="margin-top: 50px;">
<h4 style="color: #ffffff;display: inline-block;position: absolute;top: 60px;left: 90px;"> E-Vendors</h4><div class="collapse " id="box">
<a href="cart.html" class="navbar-brand" id="my"><span class=" glyphicon glyphicon-shopping-cart"></span> cart </a> </div>
</button> </a>
</div>
</div><br>
</div>
</div>
<!--front topic & login-->
<div class="container" style=" background: #43c7ba;;width: 100%;">
<div class="row" style=" display: flex;justify-content: space-between; align-items: center;color: rgba(51, 51, 48, 0.842); ">
<!--1 st page-->
<div class="col-xs-2">
<a href="index.html" style="color: rgb(255, 255, 255);" >
<span class="glyphicon glyphicon-arrow-left"></span>
</a>
</div>
<!--head-->
<div class="col-xs-5">
<h4 style="color: rgb(255, 255, 255);"> Furnitures </h4>
</div>
<!--search bar-->
<div class="col-xs-2" >
<a href="search.html" style="text-decoration: none;color: rgb(255, 255, 255);">
<span class="glyphicon glyphicon-search"></span>
</a>
</div>
<!--log in-->
<div class="col-xs-2">
<a href="login.html" style="color: rgb(255, 255, 255)">
<span class="glyphicon glyphicon-log-in"></span>
</a>
</div>
</div>
</div>
</nav>
<!--slide1-->
<div class="container" style="margin-top: 180px;">
<div class="row">
<div id="myCarousel" class="carousel slide " data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner" >
<div class="item active d-block 100 " style=" height: 30vh; ">
<img src="furn/beds.jpg" alt="Los Angeles" class=" img-responsive" style="height:30vh;width: 100%; ">
<h4 style="color:red;position: absolute;top: 10px;left: 20px;"> <strong>durof*ex</strong></h4>
<h6 style="color:rgb(22, 22, 22);position: absolute;top: 50px;left: 40px;"> <strong>Premium Memory Foam <br>Matttresses</strong></h6>
<h4 style="color:rgb(22, 22, 22);position: absolute;top: 80px;left: 40px;"><strong>Up to 45% Off</strong></h4>
</div>
<div class="item d-block 100" style="height: 30vh;">
<img src="furn/tv units.jpg" alt="Chicago" class=" img-responsive" style="height:30vh;width: 100%; ">
<h5 style="color:rgb(241, 236, 236);position: absolute;top: 30px;left: 40px;"> <strong> Explore Our <br>Furniture Range</strong></h5>
<button type="button" class="btn btn-responsive" style=" position: absolute; top: 70px;left: 40px;background-color: rgb(255, 255, 255);
width: 106px;height: 22px;display:flex;justify-content:center; align-items: center; " ><h6 style="color: rgb(2, 2, 2);">
Up To 60% Off </h6> </button>
</div>
<div class="item d-block 100" style=" height: 30vh;">
<img src="furn/sing sofa.jpg" alt="New York" class=" img-responsive" style="height:30vh;width: 100%;">
<h5 style="color:rgb(241, 236, 236);position: absolute;top: 80px;left: 50px;"> <strong> Recliners <br> Fabric & Leatherette</strong></h5>
<button type="button" class="btn btn-responsive" style=" position: absolute; top: 120px;left: 50px;background-color: rgb(250, 240, 242);
width: 126px;height: 28px;display:flex;justify-content:center; align-items: center; " ><h5 style="color: rgb(25, 25, 26);">
From RS.10,500 <span class="glyphicon glyphicon-chevron-right"></span> </h5> </button>
</div>
<div class="item d-block 100" style=" height: 30vh ">
<img src="furn/wardrobes.jpg" alt="New York" class=" img-responsive" style="height:30vh;width: 120%;" >
<h5 style="color:rgb(241, 236, 236);position: absolute;top: 90px;left: 50px;"> <strong> 3-doors <br> Wardrobes</strong></h5>
<button type="button" class="btn btn-responsive" style=" position: absolute; top: 130px;left: 50px;background-color: rgb(250, 240, 242);
width: 126px;height: 24px;display:flex;justify-content:center; align-items: center; " ><h5 style="color: rgb(25, 25, 26);">
From RS.9990 <span class="glyphicon glyphicon-chevron-right"></span> </h5> </button>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<br>
<!--3 IMAGES (1)-->
<div class="container-fluid " >
<div class="row">
<div class="col-xs-4">
<a href="#" style="text-decoration: none;" > <img src="furn/bed room.jpg" class=" img-responsive" alt="" style="height: 13vh;width: 100%; border-radius: 6px" >
<h6 style="font-weight: 0.5px; display: flex;justify-content: space-around;color: black;">Living room </h6> <span class="glyphicon glyphicon-chevron-right text-center" style=
"background-color: rgb(2, 2, 2);color: antiquewhite; border-radius: 50%;width: 20px;height: 20px;display: flex;align-items: center; justify-content: center; "></span> </a>
</div>
<div class="col-xs-4">
<a href="#" style="text-decoration: none;" > <img src="furn/living room.jpg" class=" img-responsive" alt="" style="height: 13vh;width: 100%;border-radius: 6px " >
<h6 style="font-weight: 0.5px; display: flex;justify-content: space-between;color: black;"> Bedroom</h6>
<span
class="glyphicon glyphicon-chevron-right" style="background-color: rgb(5, 5, 5);color: antiquewhite; border-radius: 50%;width: 20px;height: 20px;display: flex;
align-items: center; justify-content: center; "></span> </a>
</div>
<div class="col-xs-4">
<a href="#" style="text-decoration: none;" > <img src="furn/space saving.jpg" class=" img-responsive" alt="" style="height: 13vh;width: 100%;border-radius: 6px " >
<h6 style="font-weight: 0.1px; color: black; "> Space Saving </h6>
<span
class="glyphicon glyphicon-chevron-right" style=" background-color: rgb(8, 8, 8);color: rgb(248, 244, 244); border-radius: 50%;width: 20px;height: 20px;display: flex;
align-items: center; justify-content: center; "></span> </a>
</div>
</div>
</div>
<!--FRAME3 images=8 non colour-->
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<h4 class="text-center">Sales Marching Your Way</h4>
<h6 class="text-center">Pick the Best</h6>
</div>
<div class="col-xs-4">
<a href="#"> <img src="furn/sing sofa.jpg" class=" rounded mx-auto d-block img-responsive" alt="" style="height: 12vh;width: 160%; border-radius: 6px" ></a>
<p style=" color: black;">
Recliners</p>
<a href="#" style="text-decoration: none;"> <h5 style="color: rgb(74, 235, 74)">From ₹8,149</h5></a>
</div>
<div class="col-xs-4">
<a href="#"> <img src="furn/beds.jpg" class=" rounded mx-auto d-block img-responsive" alt="" style="height: 12vh;width: 160%; border-radius: 6px" ></a>
<p style=" color: black;">
Beds </p>
<a href="#" style="text-decoration: none;"><h5 style="color: rgb(74, 235, 74);">From ₹8,000</h5> </a>
</div>
<div class="col-xs-4">
<a href="#"> <img src="furn/Mattress-PNG-Photo-Image.png" class=" rounded mx-auto d-block img-responsive" alt="" style=" height: 12vh;width: 160%; border-radius: 6px" ></a>
<p style=" color: rgb(10, 10, 10);" >
Mattresses</p>
<a href="#" style="text-decoration: none;"><h5 style="color: rgb(74, 235, 74);">From ₹2,000</h5> </a>
</div>
</div>
<div class="row">
<div class="col-xs-4">
<a href="#"> <img src="furn/dining.jpg" class="rounded img-responsive" alt="" style=" height: 12vh;width: 160%; border-radius: 6px" ></a>
<p style= "color: rgb(5, 5, 5);">
Dining Sets</p>
<a href="#" style="text-decoration: none; "> <h5 style="color: rgb(74, 235, 74);">From ₹9,949</h5></a>
</div>
<div class="col-xs-4">
<a href="#"> <img src="furn/bean bags.jpg" class="rounded img-responsive" alt="" style=" height: 12vh;width: 160%; border-radius: 6px" ></a>
<p style=" color: rgb(16, 17, 16);"">
Bean Bags</p>
<a href="#" style="text-decoration: none; "> <h5 style="color: rgb(74, 235, 74);">From ₹999</h5></a>
</div>
<div class="col-xs-4">
<a href="#"> <img src="furn/tv units.jpg" class="rounded img-responsive" alt="" style=" height: 12vh;width: 160%; border-radius: 6px" ></a>
<p style=" color: rgb(12, 12, 12);">
TV Units</p>
<a href="#" style="text-decoration: none; "> <h5 style="color: rgb(74, 235, 74);">From ₹1,990</h5></a>
</div>
</div>
<div class="row">
<div class="col-xs-4">
<a href="#"> <img src="furn/shoeracks.jpg" class="rounded img-responsive" alt="" style=" height: 12vh;width: 160%; border-radius: 6px" ></a>
<p style=" color: rgb(8, 8, 8);">
Shoe Racks</p>
<a href="#" style="text-decoration: none; "> <h5 style="color: rgb(74, 235, 74);">From ₹290</h5></a>
</div>
<div class="col-xs-4">
<a href="#"> <img src="furn/wardrobes.jpg" class="rounded img-responsive" alt="" style=" height: 12vh;width: 160%; border-radius: 6px" ></a>
<p style=" color: rgb(13, 14, 13);">
Wardrobes</p>
<a href="#" style="text-decoration: none; "> <h5 style="color: rgb(74, 235, 74);">From ₹6,549</h5></a>
</div>
<div class="col-xs-4">
<a href="#" style="text-decoration: none;"> <h5 style=" display: flex;align-items: center;justify-content: center;
border-radius: 50%;width: 79px;height: 79px; background: linear-gradient(to top, rgb(57, 240, 50), rgb(123, 240, 132));color: rgb(255, 255, 255);"> <Strong>View All</Strong></h5></a>
</div>
</div>
</div>
<br>
<!--slide2-->
<div class="container" >
<div class="row" style="background-color: pink;" >
<div class="col-xs-12">
<h4 style="color:black;margin-left: 10px;font-family: Verdana, Geneva, Tahoma, sans-serif;"><strong>Budget Upgrade</strong></h4>
<h5 style="color:black;margin-left: 10px;">FOR EVERY CORNER</h5>
</div>
<div id="myCarousel1" class="carousel slide " data-ride="carousel">
<div class="carousel-inner" >
<div class="item active d-block 100" style=" height: 40vh;">
<div class="box" style="height:34vh;width: 80%;position: absolute;left: 40px;top: 20px;">
<img src="furn/bed room.jpg" alt="Los Angeles" class=" img-responsive" style="height:28vh;width: 90%;border-radius: 6px;" >
<div class="box2" style="background-color: white;height: 8vh;width: 90%;position: absolute;right: 28px;border-radius: 6px;">
<h5 style="color:black;display: flex;align-items: center;justify-content: center;"> <strong>From RS.350/Month</strong></h5>
<h5 style="display: flex;align-items: center;justify-content: center">9 Months EMI</h5>
</div>
<div class="box-3" style="background-color: white;height: 30px;width: 80px;position: absolute;top: 0.8px;border-radius: 6px;">
<h6 style="display: flex;align-items: center;justify-content: center"> Bed Room</h6>
</div>
</div>
</div>
<div class="item d-block 100" style=" height: 40vh;">
<div class="box" style="height:34vh;width: 80%;position: absolute;left: 40px;top: 20px;">
<img src="furn/living room.jpg" alt="Los Angeles" class=" img-responsive" style="height:28vh;width: 90%;border-radius: 6px;" >
<div class="box2" style="background-color: white;height: 8vh;width: 90%;position: absolute;right: 28px;border-radius: 6px;">
<h5 style="color:black;display: flex;align-items: center;justify-content: center;"> <strong>From RS.380/Month</strong></h5>
<h5 style="display: flex;align-items: center;justify-content: center">9 Months EMI</h5>
</div>
<div class="box-3" style="background-color: white;height: 30px;width: 80px;position: absolute;top: 0.8px;border-radius: 6px;">
<h6 style="display: flex;align-items: center;justify-content: center"> Living Room</h6>
</div>
</div>
</div>
<div class="item d-block 100" style=" height: 40vh;">
<div class="box" style="height:34vh;width: 80%;position: absolute;left: 40px;top: 20px;">
<img src="furn/kids room.jpg" alt="Los Angeles" class=" img-responsive" style="height:28vh;width: 90%;border-radius: 6px;" >
<div class="box2" style="background-color: white;height: 8vh;width: 90%;position: absolute;right: 28px;border-radius: 6px;">
<h5 style="color:black;display: flex;align-items: center;justify-content: center;"> <strong>From RS.330/Month</strong></h5>
<h5 style="display: flex;align-items: center;justify-content: center">9 Months EMI</h5>
</div>
<div class="box-3" style="background-color: white;height: 30px;width: 80px;position: absolute;top: 0.8px;border-radius: 6px;">
<h6 style="display: flex;align-items: center;justify-content: center"> Kid's Room</h6>
</div>
</div>
</div>
<div class="item d-block 100" style=" height: 40vh;">
<div class="box" style="height:34vh;width: 80%;position: absolute;left: 40px;top: 20px;">
<img src="furn/dining.jpg" alt="Los Angeles" class=" img-responsive" style="height:28vh;width: 90%;border-radius: 6px;" >
<div class="box2" style="background-color: white;height: 8vh;width: 90%;position: absolute;right: 28px;border-radius: 6px;">
<h5 style="color:black;display: flex;align-items: center;justify-content: center;"> <strong>From RS.380/Month</strong></h5>
<h5 style="display: flex;align-items: center;justify-content: center">9 Months EMI</h5>
</div>
<div class="box-3" style="background-color: white;height: 30px;width: 80px;position: absolute;top: 0.8px;border-radius: 6px;">
<h6 style="display: flex;align-items: center;justify-content: center"> Dining Room</h6>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel1" data-slide="prev">
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel1" data-slide="next">
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<br>
<!--IMMAGE1 (2)-->
<div class="container-fluid " >
<div class="row">
<div class="col-xs-12" style="background-color: rgb(73, 49, 207);height: 8vh;width: 130%; ">
<h5 style="display: flex;align-items: center;justify-content:space-between;color: white;position: absolute;top: 10px;"> <strong>Trending Deales For You</strong></h5> <a href="#">
<span style="background-color: rgb(255, 255, 255) ; color:rgb(38, 14, 173);display: flex;align-items: center;justify-content: center;
border-radius: 50%;width: 28px;height: 28px;position: absolute;top: 13px;left: 280px;" class="glyphicon glyphicon-chevron-right" > </span></a>
</div>
<br><br>
<br>
<div class="col-xs-6" >
<a href="#"> <img src="furn/bed room.jpg" class="rounded img-responsive" alt="" style="height: 20vh;width: 160%; border-radius: 6px" ></a>
<p style="color:black">
Beds And More
</p>
<a href="#" style="text-decoration: none;color: rgb(74, 235, 74);">From ₹2,670</a>
</div>
<div class="col-xs-6" >
<a href="#"> <img src="furn/sing sofa.jpg" class="rounded img-responsive" alt="" style="height: 20vh;width: 160%; border-radius: 6px" ></a>
<p style="color: rgb(10, 10, 10);">
Recliner
</p>
<a href="#" style="text-decoration: none;color: rgb(74, 235, 74);">From ₹2,999</a>
</div>
</div>
</div>
<br>
<!--12 images-->
<div class="container-fluid">
<h5 style="margin-left: 10px;color: black;font-family: Verdana, Geneva, Tahoma, sans-serif;"> <strong>HIDDEN GEMS</strong></h5>
<h6 style="margin-left: 10px;color: black;font-family:cursive">Discover Your Love For These</h6>
<div class="row" >
<div class="col-xs-3" >
<a href="#" style="text-decoration: none;"> <img src="furn/Hollywood Regency Style Ebonized Cabinet.jpg" class="rounded img-responsive" alt="" style=" height: 11vh;width: 160%; border-radius: 6px" >
<h6 style="color:black"> Bedside Tables</h6></a>
</div>
<div class="col-xs-3" >
<a href="#" style="text-decoration: none;"> <img src="furn/pet beds.jpg" class="rounded img-responsive" alt="" style=" height: 11vh;width: 160%; border-radius: 6px" >
<h6 style="color:black"> Pet Beds</h6></a>
</div>
<div class="col-xs-3" >
<a href="#" style="text-decoration: none;"> <img src="furn/dressing tables.jpg" class="rounded img-responsive" alt="" style=" height: 11vh;width: 160%; border-radius: 6px" >
<h6 style="color:black"> Dressing Tables</h6></a>
</div>
<div class="col-xs-3" >
<a href="#" style="text-decoration: none;"> <img src="furn/kitchen trolleys.jpg" class="rounded img-responsive" alt="" style=" height: 11vh;width: 160%; border-radius: 6px" >
<h6 style="color:black"> Kitchen trolleys</h6></a>
</div>
</div>
<!--row 2-->
<div class="row" >
<div class="col-xs-3" >
<a href="#" style="text-decoration: none;"> <img src="furn/ottomans.jpg" class="rounded img-responsive" alt="" style=" height: 11vh;width: 160%; border-radius: 6px" >
<h6 style="color:black"> Ottomans & Pouffes</h6></a>
</div>
<div class="col-xs-3" >
<a href="#" style="text-decoration: none;"> <img src="furn/room dividers.jpg" class="rounded img-responsive" alt="" style=" height: 11vh;width: 160%; border-radius: 6px" >
<h6 style="color:black"> Room Dividers</h6></a>
</div>
<div class="col-xs-3" >
<a href="#" style="text-decoration: none;"> <img src="furn/bar cabinets.jpg" class="rounded img-responsive" alt="" style=" height: 11vh;width: 160%; border-radius: 6px" >
<h6 style="color:black"> Bar Cabinets</h6></a>
</div>
<div class="col-xs-3" >
<a href="#" style="text-decoration: none;"> <img src="furn/nesting tables.png" class="rounded img-responsive" alt="" style=" height: 11vh;width: 160%; border-radius: 6px" >
<h6 style="color:black"> Nesting Tables</h6></a>
</div>
</div>
<!--row 3-->
<div class="row" >
<div class="col-xs-3" >
<a href="#" style="text-decoration: none;"> <img src="furn/outdoor sets.jpg" class="rounded img-responsive" alt="" style=" height: 11vh;width: 160%; border-radius: 6px" >
<h6 style="color:black"> Outdoor Sets</h6></a>
</div>
<div class="col-xs-3" >
<a href="#" style="text-decoration: none;"> <img src="furn/rocking chairs.jpg" class="rounded img-responsive" alt="" style=" height: 11vh;width: 160%; border-radius: 6px" >
<h6 style="color:black"> Rocking Chairs</h6></a>
</div>
<div class="col-xs-3" >
<a href="#" style="text-decoration: none;"> <img src="furn/coasts.jpg" class="rounded img-responsive" alt="" style=" height: 11vh;width: 160%; border-radius: 6px" >
<h6 style="color:black"> Coasts & Umberlla stands</h6></a>
</div>
<div class="col-xs-3" >
<a href="#" style="text-decoration: none;"> <img src="furn/floor sitting.jpg" class="rounded img-responsive" alt="" style=" height: 11vh;width: 160%; border-radius: 6px" >
<h6 style="color:black"> Floor seating Chairs</h6></a>
</div>
</div>
</div>
<br>
<!-- 1 images-->
<div class="container">
<div class="row">
<div class="col-xs-12">
<img src="furn/3D Model Interior Children Room 30 Free Download By HuyHieuLee.jpg" class="img-responsive" style="width: 100%;height: 27vh;border-radius: 6px;" alt="">
<h5 style="color: rgb(255, 253, 253);position: absolute;top: 70px;left: 20px;font-family: Georgia, 'Times New Roman', Times, serif;">Kid's Furniture</h5>
<h6 style="color: rgb(255, 253, 253);position: absolute;top: 90px;left: 20px;">Bunk Beds,Stools & More</h6>
<button type="button" class="btn btn-responsive" style="position: absolute;top: 120px;left: 20px;background-color: rgb(252, 251, 251);
color: rgb(10, 10, 10);width: 110px;height: 26px;display:flex;justify-content:space-between; align-items: center;" ><h6 >
From RS.599 <span class="glyphicon glyphicon-chevron-right"> </span> </h6> </button>
</div>
</div>
</div>
<br>
<!--top non color with (2) images-->
<div class="container-fluid">
<div class="row">
<div class="col-xs-12" style="background-color: rgb(255, 255, 255);">
<a href="#" style="display: flex;justify-content: space-between;align-items:center;text-decoration: none;">
<h5 style="color: rgb(17, 17, 17);margin-left: 20px;font-family: Arial, Helvetica, sans-serif;"> <strong>Most Wishlisted</strong></h5>
<span style="background-color: rgba(7, 7, 170, 0.856);color:rgb(255, 255, 255); border-radius: 50%;width: 30px;height: 30px;display: flex;
align-items: center; justify-content: center;margin-right: 10px;" class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
<br>
<div class="row">
<div class="col-xs-6">
<a href="#" style="text-decoration: none;"> <img src="furn/Hollywood Regency Style Ebonized Cabinet.jpg" class="rounded img-responsive" alt="" style=" height: 21vh;width: 80%; border-radius: 6px" >
<h6 style="color: black;">Side Tables</h6>
<h5 style="color: rgb(74, 235, 74);">From Rs.399 </h5>
</a>
</div>
<div class="col-xs-6">
<a href="#" style="text-decoration: none;"> <img src="furn/dressing tables.jpg" class="rounded img-responsive" alt="" style=" height: 21vh;width: 100%; border-radius: 6px" >
<h6 style=" color: rgb(0, 0, 0); ">Dressing Tables</h6>
<h5 style="color: rgb(74, 235, 74);">From Rs.2,999 </h5>
</a>
</div>
</div>
</div>
<br>
<!--1 image -->
<div class="container">
<h5 style="color:black;margin-left: 15px;font-family: Arial, Helvetica, sans-serif;"><strong>New Normal</strong></h5>
<h6 style="color:black;margin-left: 15px;">Equip Yourself For Any Change</h6>
<div class="row">
<div class="col-xs-12">
<a href="#" style="text-decoration: none;">
<img src="furn/workplace-5517744.jpg" class="img-responsive" style="height: 31vh;width: 100%;" alt="">
<h4 style="color: black;position: absolute;top: 20px;left: 40px;font-family: Verdana, Geneva, Tahoma, sans-serif;"><strong>Work From <br> Home like a <br>Boss!</strong></h4>
<h6 style="color: black;position: absolute;top: 90px;left: 40px;">Study Tables,Laptop Tables..</h6>
<button type="button" class="btn btn-responsive" style="position: absolute;top: 120px;left: 40px;background-color: rgb(17, 42, 184);
color: rgb(255, 253, 253);width: 90px;height: 24px;display:flex;justify-content:space-between; align-items: center;" ><h6 >
From RS.699 </h6> </button>
</a>
</div>
</div>
</div>
<br>
<!--prizes circle-->
<div class="container">
<h5 style="margin-left: 15px;color: black;font-family :Georgia, 'Times New Roman', Times, serif"> <strong>Year's Biggest Budget Buys</strong></h5>
<h6 style="margin-left: 15px;color: black;">Irresistible Prices for You</h6>
<div class="row">
<div class="col-xs-6">
<div class="circle" style="background-color: crimson;border-radius: 50%;height: 120px;width:120px;display: flex;
align-items: center;justify-content: center;">
<a href="#" style="text-decoration: none;">
<h5 style="color: white;position: absolute;top: 20px;left: 30px; ">EVERY THING </h5>
<h4 style="color: white;position: absolute;top: 40px;left: 43px; "> <strong>UNDER <br> RS.999</strong></h4>
<span style="background-color: rgb(238, 241, 14) ;color: rgb(2, 2, 2) ;display: flex;align-items: center;justify-content: center;
border-radius: 50%;width: 22px;height: 22px;position: absolute;top: 90px;left: 67px; " class="glyphicon glyphicon-chevron-right" > </span></a>
</div>
</div>
<div class="col-xs-6">
<div class="circle" style="background-color: rgb(81, 9, 122);border-radius: 50%;height: 120px;width:120px;display: flex;
align-items: center;justify-content: center;">
<a href="#" style="text-decoration: none;">
<h5 style="color: white;position: absolute;top: 20px;left: 30px; ">EVERY THING </h5>
<h4 style="color: white;position: absolute;top: 40px;left: 43px; "> <strong>UNDER <br> RS.3,999</strong></h4>
<span style="background-color: rgb(238, 241, 14) ;color: rgb(2, 2, 2) ;display: flex;align-items: center;justify-content: center;
border-radius: 50%;width: 22px;height: 22px;position: absolute;top: 90px;left: 67px; " class="glyphicon glyphicon-chevron-right" > </span></a>
</div>
</div>
</div>
</div>
<br>
<!--2 images with text-->
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<img src="furn/all in one.jpg" alt="" class="img-responsive" style="width: 160%;height:31vh; border-radius: 4px">
<a href="#"><h3 style="font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;position: absolute;top: 30px;left: 28px;color: rgb(255, 255, 255);"> <br>
TOP <br> RATED</h3>
<h6 style="position: absolute;top: 120px;left: 28px;color: rgb(255, 255, 255);">Beds,Sofas,Wardrobes & more </h6>
<button type="button" class="btn btn-responsive" style="position: absolute;top: 160px;left: 28px;background-color: rgb(255, 255, 255);
width: 76px;height: 22px;display:flex;justify-content:center; align-items: center; " ><h6 style="color: rgb(16, 16, 179);">
Shop Now <span class="glyphicon glyphicon-chevron-right"> </span> </h6> </button> </a>
</div>
</div>
<br>
<!--3 frames-->
<div class="container-fluid">
<div class="col-xs-12">
<h4><strong>Explore Our Studio</strong> </h4>
<h6>Favourites for you</h6>
</div>
<div class="row">
<div class="col-md-12">
<img src="furn/living room.jpg" alt="" class="img-responsive" style="width: 200%;height:31vh; border-radius: 4px">
<a href="#"><h2 style="font-family :'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;color: rgb(255, 252, 249);position: absolute;top:56px;left:28px;"> Living Room</h2>
<h6 style="position: absolute;top: 99px;left: 28px;color: rgb(255, 252, 249);">350+ New styles Added</h6>
<button type="button" class="btn btn-responsive" style="position: absolute;top: 128px;left: 28px;background-color: rgb(255, 255, 255);
width: 76px;height: 22px;display:flex;justify-content:center; align-items: center; " ><h6 style="color: rgb(16, 16, 179);">
View All </h6> </button> </a>
</div>
</div>
<br>
<!--small contents 1-->
<div class="row" style="display: flex;justify-content: space-between; ">
<div class="col-xs-3" style="background-color: red;color: white;border-radius: 6px;height: 64px;width: 107px;display: flex;align-items: center;justify-content:flex-start;">
<img src="images/Free Shopping Cart PNG, SVG Icon.png" alt="" style="height: 30px;width: 45px;">
<a href="#" style="text-decoration: none;color: white;"> <p> <small> TV Units From rs.2,400</small></p></a>
</div>
<div class="col-xs-3" style="background-color: red;color: white;border-radius: 6px;height: 64px;width: 107px;display: flex;align-items: center;justify-content:flex-start;">
<img src="images/Free Shopping Cart PNG, SVG Icon.png" alt="" style="height: 30px;width: 45px;">
<a href="#" style="text-decoration: none;color: white;"> <p> <small> Sofas From rs.2,400</small></p></a>
</div>
</div>
<br>
<div class="row" style="display: flex;justify-content: space-between; ">
<div class="col-xs-3" style="background-color: red;color: white;border-radius: 6px;height: 64px;width: 107px;display: flex;align-items: center;justify-content:flex-start;">
<img src="images/Free Shopping Cart PNG, SVG Icon.png" alt="" style="height: 30px;width: 45px;">
<a href="#" style="text-decoration: none;color: white;" ><p> <small> Bookshelves From rs.2,400</small></p></a>
</div>
<div class="col-xs-3" style="background-color: red;color: white;border-radius: 6px;height: 64px;width: 107px;display: flex;align-items: center;justify-content:flex-start;">
<span class=" glyphicon glyphicon-question-sign" style="height: 30px;width: 45px;"></span>
<a href="#" style="text-decoration: none;color: white;"> <p> <small> Sofas Buying Guide</small></p></a>
</div>
</div>
<br>
<!--bed room-->
<div class="row">
<div class="col-md-12">
<img src="furn/bed room.jpg" alt="" class="img-responsive" style="width: 200%;height:31vh; border-radius: 4px">
<a href="#"><h2 style="font-family :'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; position: absolute; top:1px;left:28px;color: rgb(255, 252, 249);">Bedroom</h2>
<h6 style=" position: absolute; top: 41px;left: 28px;color: rgb(255, 252, 249);">200+ New styles Added</h6>
<button type="button" class="btn btn-responsive" style=" position: absolute; top: 68px;left: 28px;background-color: rgb(255, 255, 255);
width: 76px;height: 22px;display:flex;justify-content:center; align-items: center; " ><h6 style="color: rgb(16, 16, 179);">
View All </h6> </button> </a>
</div>
</div>
<br>
<!--small contents 2-->
<div class="row" style="display: flex;justify-content: space-between; ">
<div class="col-xs-3" style="background-color: rgb(255, 81, 0);color: white;border-radius: 6px;height: 64px;width: 107px;display: flex;align-items: center;justify-content:flex-start;">
<img src="images/Free Shopping Cart PNG, SVG Icon.png" alt="" style="height: 30px;width: 45px;">
<a href="#" style="text-decoration: none;color: white;"> <p> <small> Matresses From rs.2,400</small></p></a>
</div>
<div class="col-xs-3" style="background-color: rgb(255, 81, 0);color: white;border-radius: 6px;height: 64px;width: 107px;display: flex;align-items: center;justify-content:flex-start;">
<img src="images/Free Shopping Cart PNG, SVG Icon.png" alt="" style="height: 30px;width: 45px;">
<a href="#" style="text-decoration: none;color: white;"> <p> <small> Beds From rs.2,400</small></p></a>
</div>
</div>
<br>
<div class="row" style="display: flex;justify-content: space-between; ">
<div class="col-xs-3" style="background-color: rgb(255, 81, 0);color: white;border-radius: 6px;height: 64px;width: 107px;display: flex;align-items: center;justify-content:flex-start;">
<img src="images/Free Shopping Cart PNG, SVG Icon.png" alt="" style="height: 30px;width: 45px;">
<a href="#" style="text-decoration: none;color: white;" ><p> <small> Wardrobes From rs.2,400</small></p></a>
</div>
<div class="col-xs-3" style="background-color: rgb(255, 81, 0);color: white;border-radius: 6px;height: 64px;width: 107px;display: flex;align-items: center;justify-content:flex-start;">
<span class=" glyphicon glyphicon-question-sign" style="height: 30px;width: 45px;"></span>
<a href="#" style="text-decoration: none;color: white;"> <p> <small> Beds Buying Guide</small></p></a>
</div>
</div>
<br>
<!--dinning room-->
<div class="row">
<div class="col-md-12">
<img src="furn/dining.jpg" alt="" class="img-responsive" style="width: 200%;height:41vh; border-radius: 4px">
<a href="#"><h3 style="font-family :'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;position: absolute; top:3px;left:28px;color: rgb(2, 2, 2);"> <strong>Dining Room</strong></h3>
<h6 style=" position: absolute; top: 41px;left: 28px;;color: rgb(7, 7, 7);">125+ New styles Added</h6>
<button type="button" class="btn btn-responsive" style=" position: absolute; top: 68px;;left: 28px;background-color: rgb(255, 255, 255);
width: 76px;height: 22px;display:flex;justify-content:center; align-items: center; " ><h6 style="color: rgb(16, 16, 179);">
View All </h6> </button> </a>
</div>
</div>
<br>
<!--small contents 3-->
<div class="row" style="display: flex;justify-content: space-between; ">
<div class="col-xs-3" style="background-color: rgb(216, 169, 15);color: white;border-radius: 6px;height: 64px;width: 107px;display: flex;align-items: center;justify-content:flex-start;">
<img src="images/Free Shopping Cart PNG, SVG Icon.png" alt="" style="height: 30px;width: 45px;">
<a href="#" style="text-decoration: none;color: white;"> <p> <small> Stools From rs.2,400</small></p></a>
</div>
<div class="col-xs-3" style="background-color: rgb(216, 169, 15);color: white;border-radius: 6px;height: 64px;width: 107px;display: flex;align-items: center;justify-content:flex-start;">
<img src="images/Free Shopping Cart PNG, SVG Icon.png" alt="" style="height: 30px;width: 45px;">
<a href="#" style="text-decoration: none;color: white;"> <p> <small> Diningsets From rs.2,400</small></p></a>
</div>
</div>
<br>
<div class="row" style="display: flex;justify-content: space-between; ">
<div class="col-xs-3" style="background-color: rgb(216, 169, 15);color: white;border-radius: 6px;height: 64px;width: 107px;display: flex;align-items: center;justify-content:flex-start;">
<img src="images/Free Shopping Cart PNG, SVG Icon.png" alt="" style="height: 30px;width: 45px;">
<a href="#" style="text-decoration: none;color: white;" ><p> <small> DiningChairs From rs.2,400</small></p></a>
</div>
<div class="col-xs-3" style="background-color: rgb(216, 169, 15);color: white;border-radius: 6px;height: 64px;width: 107px;display: flex;align-items: center;justify-content:flex-start;">
<span class=" glyphicon glyphicon-question-sign" style="height: 30px;width: 45px;"></span>
<a href="#" style="text-decoration: none;color: white;"> <p> <small> DiningSets Buying Guide</small></p></a>
</div>
</div>
<br>
<!--kids room-->
<div class="row">
<div class="col-md-12">
<img src="furn/kids room.jpg" alt="" class="img-responsive" style="width: 200%;height:41vh; border-radius: 4px">
<a href="#"><h3 style="font-family :'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;position: absolute; top:45px;left:28px;color: rgb(15, 51, 170);"> <strong>Kid's Room</strong></h3>
<h6 style=" position: absolute; top: 81px;left: 28px;;color: rgb(16, 16, 179);">225+ New styles Added</h6>
<button type="button" class="btn btn-responsive" style=" position: absolute; top: 108px;;left: 28px;background-color: rgb(255, 255, 255);
width: 76px;height: 22px;display:flex;justify-content:center; align-items: center; " ><h6 style="color: rgb(16, 16, 179);">
View All </h6> </button> </a>
</div>
</div>
<br>
<!--out door-->
<div class="row">
<div class="col-md-12">
<img src="furn/out door.jpg" alt="" class="img-responsive" style="width: 200%;height:27vh; border-radius: 4px">
<a href="#"><h2 style="font-family :'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;position: absolute; top:30px;left:28px;color: rgb(255, 252, 249);"> Outdoor</h2>
<h6 style=" position: absolute; top: 81px;left: 28px;;color: rgb(255, 252, 249);">75+ New styles Added</h6>
<button type="button" class="btn btn-responsive" style=" position: absolute; top: 108px;;left: 28px;background-color: rgb(255, 255, 255);
width: 76px;height: 22px;display:flex;justify-content:center; align-items: center; " ><h6 style="color: rgb(16, 16, 179);">
View All </h6> </button> </a>
</div>
</div>
</div>
<br>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.min.js.js"></script>
</body>
</html>