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 text-lg-left dark-grey-text">
6
7
<!--Grid row-->
8
<div class="row mb-4">
9
10
<!--Grid column-->
11
<div class="col-md-8 mb-4 mb-md-0">
12
13
<h3 class="h3">Why is it so great?</h3>
14
15
<p class="text-muted">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Id quam sapiente molestiae
16
numquam quas, voluptates omnis nulla ea odio quia similique corrupti magnam.</p>
17
18
</div>
19
<!--Grid column-->
20
21
<!--Grid column-->
22
<div class="col-md-4 mb-4 mb-md-0">
23
24
<a class="btn btn-green btn-md mt-md-5" href="#" role="button">Download<i class="fa fa-download ml-1"></i></a>
25
26
</div>
27
<!--Grid column-->
28
29
</div>
30
<!--Grid row-->
31
32
<!--Image-->
33
<div class="view overlay z-depth-1-half">
34
<img src="https://mdbootstrap.com/img/Photos/Slides/img%20(6).jpg" class="img-fluid" alt="">
35
<a href="#">
36
<div class="mask rgba-white-light"></div>
37
</a>
38
</div>
39
40
</section>
41
<!--Section: Content-->
42
43
44
</div>
1
1
1
1
Console errors: 0