xxxxxxxxxx
1
<div class="container mt-5">
2
3
4
<!--Section: Content-->
5
<section class="dark-grey-text text-center">
6
7
<!-- Section heading -->
8
<h3 class="font-weight-bold mb-4 pb-2">Our bestsellers</h3>
9
<!-- Section description -->
10
<p class="grey-text w-responsive mx-auto mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit fugit, error amet numquam iure provident voluptate esse quasi nostrum quisquam eum porro a pariatur veniam.</p>
11
12
<!-- Grid row -->
13
<div class="row">
14
15
<!-- Grid column -->
16
<div class="col-lg-3 col-md-6 mb-4">
17
<!-- Collection card -->
18
<div class="card collection-card z-depth-1-half">
19
<!-- Card image -->
20
<div class="view zoom">
21
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Vertical/5.jpg" class="img-fluid"
22
alt="">
23
<div class="stripe dark">
24
<a>
25
<p>Trousers
26
<i class="fas fa-angle-right"></i>
27
</p>
28
</a>
29
</div>
30
</div>
31
<!-- Card image -->
32
</div>
33
<!-- Collection card -->
34
</div>
35
<!-- Grid column -->
36
37
<!-- Grid column -->
38
<div class="col-lg-3 col-md-6 mb-4">
39
<!-- Collection card -->
40
<div class="card collection-card z-depth-1-half">
41
<!-- Card image -->
42
<div class="view zoom">
43
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Vertical/8.jpg" class="img-fluid"
44
alt="">
45
<div class="stripe light">
46
<a>
47
<p>Sweatshirt
48
<i class="fas fa-angle-right"></i>
49
</p>
50
</a>
51
</div>
52
</div>
53
<!-- Card image -->
54
</div>
55
<!-- Collection card -->
56
</div>
57
<!-- Grid column -->
58
59
<!-- Grid column -->
60
<div class="col-lg-3 col-md-6 mb-4">
61
<!-- Collection card -->
62
<div class="card collection-card z-depth-1-half">
63
<!-- Card image -->
64
<div class="view zoom">
65
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Vertical/9.jpg" class="img-fluid"
66
alt="">
67
<div class="stripe dark">
68
<a>
69
<p>Black hat
70
<i class="fas fa-angle-right"></i>
71
</p>
72
</a>
73
</div>
74
</div>
75
<!-- Card image -->
76
</div>
77
<!-- Collection card -->
78
</div>
79
<!-- Grid column -->
80
81
<!-- Fourth column -->
82
<div class="col-lg-3 col-md-6 mb-4">
83
<!-- Collection card -->
84
<div class="card collection-card z-depth-1-half">
85
<!-- Card image -->
86
<div class="view zoom">
87
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Vertical/7.jpg" class="img-fluid"
88
alt="">
89
<div class="stripe light">
90
<a>
91
<p>Sweatshirt
92
<i class="fas fa-angle-right"></i>
93
</p>
94
</a>
95
</div>
96
</div>
97
<!-- Card image -->
98
</div>
99
<!-- Collection card -->
100
</div>
101
<!-- Fourth column -->
102
103
</div>
104
<!-- Grid row -->
105
106
</section>
107
<!--Section: Content-->
108
109
110
</div>
1
1
1
1
Console errors: 0