xxxxxxxxxx
1
<div class="container my-5 py-5 z-depth-1">
2
3
4
<!--Section: Content-->
5
<section class="text-center px-md-5 mx-md-5 dark-grey-text">
6
7
<!--Grid row-->
8
<div class="row">
9
10
<!--Grid column-->
11
<div class="col-lg-6 mb-lg-0 mb-md-4">
12
13
<!--Image-->
14
<div class="view overlay z-depth-1-half">
15
<img src="https://mdbootstrap.com/img/Photos/Slides/img%20(5).jpg" class="img-fluid"
16
alt="">
17
<a href="#">
18
<div class="mask rgba-white-slight"></div>
19
</a>
20
</div>
21
22
</div>
23
<!--Grid column-->
24
25
<!--Grid column-->
26
<div class="col-lg-6 ">
27
28
<h3 class="font-weight-bold">Call to action</h3>
29
30
<p class="text-muted">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Id quam sapiente molestiae
31
numquam quas, voluptates omnis nulla ea odio quia similique corrupti magnam.</p>
32
33
<a class="btn btn-info btn-md waves-effect" href="#" role="button">Download<i
34
class="fa fa-download ml-1"></i></a>
35
36
</div>
37
<!--Grid column-->
38
39
</div>
40
<!--Grid row-->
41
42
</section>
43
<!--Section: Content-->
44
45
46
</div>
47
1
1
1
1
Console errors: 0