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 dark-grey-text text-center text-lg-left">
6
7
<!--Grid row-->
8
<div class="row">
9
10
<!--Grid column-->
11
<div class="col-lg-6 mb-4 mb-lg-0 d-flex align-items-center justify-content-center">
12
13
<img src="https://mdbootstrap.com/img/Others/food.jpg" class="img-fluid" alt="">
14
15
</div>
16
<!--Grid column-->
17
18
<!--Grid column-->
19
<div class="col-lg-6 mb-4 mb-lg-0">
20
21
<h3 class="font-weight-bold">Call to action</h3>
22
23
<p class="font-weight-bold">That's a very nice subheading</p>
24
25
<p class="text-muted">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Id quam sapiente
26
molestiae
27
numquam quas, voluptates omnis nulla ea odio quia similique corrupti magnam, doloremque laborum.</p>
28
29
<a class="font-weight-bold" href="#" >Learn more<i class="fas fa-angle-right ml-2"></i></a>
30
31
</div>
32
<!--Grid column-->
33
34
</div>
35
<!--Grid row-->
36
37
38
</section>
39
<!--Section: Content-->
40
41
42
</div>
1
1
1
1
Console errors: 0