HTML
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 d-flex justify-content-center">
9
10
<!--Grid column-->
11
<div class="col-lg-8 text-center">
12
13
<h3 class="font-weight-bold mb-4">Lorem ipsum dolor, sit amet consectetur adipisicing elit.</h3>
14
15
<!--Image-->
16
<div class="view overlay z-depth-1-half">
17
<img src="https://mdbootstrap.com/img/Photos/Slides/img%20(2).jpg" class="img-fluid"
18
alt="">
19
<a href="">
20
<div class="mask rgba-white-light"></div>
21
</a>
22
</div>
23
24
</div>
25
<!--Grid column-->
26
27
</div>
28
<!--Grid row-->
29
30
31
</section>
32
<!--Section: Content-->
33
34
35
</div>
36
CSS
1
1
JS
1
1
Console errors: 0