xxxxxxxxxx
1
<div class="container mt-5">
2
3
4
<!--Section: Content-->
5
<section class="dark-grey-text">
6
7
<!-- Section heading -->
8
<h2 class="text-center font-weight-bold mb-4 pb-2">Recent posts</h2>
9
<!-- Section description -->
10
<p class="text-center mx-auto w-responsive mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit, error amet numquam iure provident voluptate esse quasi, veritatis totam voluptas nostrum quisquam eum porro a pariatur veniam.</p>
11
12
<!-- Grid row -->
13
<div class="row align-items-center">
14
15
<!-- Grid column -->
16
<div class="col-lg-5">
17
18
<!-- Featured image -->
19
<div class="view overlay rounded z-depth-2 mb-lg-0 mb-4">
20
<img class="img-fluid" src="https://mdbootstrap.com/img/Photos/Others/img%20(27).jpg" alt="Sample image">
21
<a>
22
<div class="mask rgba-white-slight"></div>
23
</a>
24
</div>
25
26
</div>
27
<!-- Grid column -->
28
29
<!-- Grid column -->
30
<div class="col-lg-7">
31
32
<!-- Category -->
33
<a href="#!" class="green-text">
34
<h6 class="font-weight-bold mb-3"><i class="fas fa-utensils pr-2"></i>Food</h6>
35
</a>
36
<!-- Post title -->
37
<h4 class="font-weight-bold mb-3"><strong>Title of the news</strong></h4>
38
<!-- Excerpt -->
39
<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime
40
placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus et aut officiis debitis.</p>
41
<!-- Post data -->
42
<p>by <a><strong>Carine Fox</strong></a>, 19/08/2018</p>
43
<!-- Read more button -->
44
<a class="btn btn-success btn-md btn-rounded mx-0">Read more</a>
45
46
</div>
47
<!-- Grid column -->
48
49
</div>
50
<!-- Grid row -->
51
52
<hr class="my-5">
53
54
</section>
55
<!--Section: Content-->
56
57
58
</div>
1
1
1
1
Console errors: 0