xxxxxxxxxx
1
<div class="container my-5 py-5">
2
3
4
<!--Section: Content-->
5
<section class="px-md-5 mx-md-5 text-center white-text grey p-5 z-depth-1"
6
style="background-image: url(https://mdbootstrap.com/img/Photos/Others/gradient1.jpg);">
7
8
<!--Grid row-->
9
<div class="row d-flex justify-content-center">
10
11
<!--Grid column-->
12
<div class="col-xl-8 col-md-10">
13
14
<i class="fas fa-gem fa-2x mb-4"></i>
15
16
<h3 class="font-weight-bold">Call to action</h3>
17
18
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Id quam sapiente molestiae
19
numquam quas, voluptates omnis nulla ea odio quia similique corrupti magnam.</p>
20
21
<a href="#" class="btn btn-outline-white btn-md waves-effect" role="button"><i class="fas fa-clone left"></i> View project</a>
22
23
</div>
24
<!--Grid column-->
25
26
</div>
27
<!--Grid row-->
28
29
</section>
30
<!--Section: Content-->
31
32
33
</div>
1
1
1
1
Console errors: 0