xxxxxxxxxx
1
<div class="container mt-5 px-5 pt-5 pb-3 z-depth-1">
2
3
4
<!--Section: Content-->
5
<section class="text-center dark-grey-text">
6
7
<h6 class="font-weight-normal text-uppercase font-small grey-text mb-4">Features</h6>
8
<!-- Section heading -->
9
<h2 class="font-weight-bold">More Than You Think</h2>
10
<hr class="w-header my-4">
11
<!-- Section description -->
12
<p class="text-muted mx-auto mb-5">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id laborum.</p>
13
14
<div class="row text-center d-flex justify-content-center">
15
<div class="col-lg-4 col-md-12 mb-4">
16
<div class="view card-img-100 mx-auto mb-4">
17
<img src="https://mdbootstrap.com/img/illustrations/drawkit-drawing-man-colour.svg" class="img-fluid" alt="smaple image">
18
</div>
19
<h5 class="font-weight-normal mb-4">Be the first</h5>
20
<p class="text-muted px-2 mb-lg-0">
21
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
22
eiusmod tempor incididunt ut labore et dolore magna aliqua.
23
</p>
24
</div>
25
<div class="col-lg-4 col-md-6 mb-4">
26
<div class="view card-img-100 mx-auto mb-4">
27
<img src="https://mdbootstrap.com/img/illustrations/drawkit-phone-conversation-colour.svg" class="img-fluid" alt="smaple image">
28
</div>
29
<h5 class="font-weight-normal mb-4">Skyrocket You Sells</h5>
30
<p class="text-muted px-2 mb-lg-0">
31
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
32
eiusmod tempor incididunt ut labore et dolore magna aliqua.
33
</p>
34
</div>
35
<div class="col-lg-4 col-md-6 mb-4">
36
<div class="view card-img-100 mx-auto mb-4">
37
<img src="https://mdbootstrap.com/img/illustrations/app-user-colour.svg" class="img-fluid" alt="smaple image">
38
</div>
39
<h5 class="font-weight-normal mb-4">Acquire Potential Users</h5>
40
<p class="text-muted px-2 mb-md-0">
41
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
42
eiusmod tempor incididunt ut labore et dolore magna aliqua.
43
</p>
44
</div>
45
</div>
46
47
</section>
48
<!--Section: Content-->
49
50
51
</div>
1
1
1
1
Console errors: 0