xxxxxxxxxx
1
<div class="container my-5 py-5 z-depth-1">
2
3
4
<!--Section: Content-->
5
<section class="px-md-5 mx-md-5 text-center dark-grey-text">
6
7
<!--Grid row-->
8
<div class="row d-flex justify-content-center">
9
10
<!--Grid column-->
11
<div class="col-xl-6 col-md-8">
12
13
<h3 class="font-weight-bold">Call to action</h3>
14
15
<p class="text-muted">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Id quam sapiente
16
molestiae
17
numquam quas, voluptates omnis nulla ea odio.</p>
18
19
<a class="btn btn-info btn-md ml-0 mb-5" href="#" role="button">Start now<i class="fa fa-magic ml-2"></i></a>
20
21
<p class="mb-4 font-weight-bold">Trusted by 1 000 000 + developers & designers</p>
22
23
<!--Grid row-->
24
<div class="row">
25
26
<!--First column-->
27
<div class="col-lg-3 col-md-6 d-flex align-items-center justify-content-center">
28
<img src="https://mdbootstrap.com/img/logo/brands/nike.png" class="img-fluid" alt="Nike - logo"
29
style="max-height: 40px">
30
</div>
31
<!--/First column-->
32
33
<!--Second column-->
34
<div class="col-lg-3 col-md-6 d-flex align-items-center justify-content-center">
35
<img src="https://mdbootstrap.com/img/logo/brands/amazon.png" class="img-fluid" alt="Amazon - logo"
36
style="max-height: 40px">
37
</div>
38
<!--/Second column-->
39
40
<!--Third column-->
41
<div class="col-lg-3 col-md-6 d-flex align-items-center justify-content-center">
42
<img src="https://mdbootstrap.com/img/logo/brands/sony.png" class="img-fluid" alt="Sony - logo"
43
style="max-height: 40px">
44
</div>
45
<!--/Third column-->
46
47
<!--Fourth column-->
48
<div class="col-lg-3 col-md-6 d-flex align-items-center justify-content-center">
49
<img src="https://mdbootstrap.com/img/logo/brands/samsung.png" class="img-fluid" alt="Samsung - logo"
50
style="max-height: 40px">
51
</div>
52
<!--/Fourth column-->
53
54
</div>
55
<!--/Grid row-->
56
57
</div>
58
<!--Grid column-->
59
60
</div>
61
<!--Grid row-->
62
63
64
</section>
65
<!--Section: Content-->
66
67
68
</div>
1
1
1
1
Console errors: 0