xxxxxxxxxx
1
<div class="container mt-5">
2
3
4
<!--Section: Content-->
5
<section class="">
6
7
<!-- Section heading -->
8
<h3 class="text-center font-weight-bold mb-5">Latest news</h3>
9
10
<!-- Grid row -->
11
<div class="row">
12
13
<!-- Grid column -->
14
<div class="col-lg-4 col-md-12 mb-lg-0 mb-4">
15
16
<!-- Card -->
17
<div class="card hoverable">
18
19
<!-- Card image -->
20
<img class="card-img-top" src="https://mdbootstrap.com/img/Photos/Others/images/58.jpg" alt="Card image cap">
21
22
<!-- Card content -->
23
<div class="card-body">
24
25
<!-- Title -->
26
<a href="#!" class="black-text">We relocated to a new garage</a>
27
<!-- Text -->
28
<p class="card-title text-muted font-small mt-3 mb-2">Some quick example text to build on the card title and make up the bulk of the card's content. Some quick example text to build on the card title.</p>
29
30
<button type="button" class="btn btn-flat text-primary p-0 mx-0">Read more<i class="fa fa-angle-right ml-2"></i></button>
31
32
</div>
33
34
</div>
35
<!-- Card -->
36
37
</div>
38
<!-- Grid column -->
39
40
<!-- Grid column -->
41
<div class="col-lg-4 col-md-6 mb-md-0 mb-4">
42
43
<!-- Card -->
44
<div class="card hoverable">
45
46
<!-- Card image -->
47
<img class="card-img-top" src="https://mdbootstrap.com/img/Photos/Others/project4.jpg" alt="Card image cap">
48
49
<!-- Card content -->
50
<div class="card-body">
51
52
<!-- Title -->
53
<a href="#!" class="black-text">Top 5 content marketing strategies</a>
54
<!-- Text -->
55
<p class="card-title text-muted font-small mt-3 mb-2">Some quick example text to build on the card title and make up the bulk of the card's content. Some quick example text to build on the card title.</p>
56
57
<button type="button" class="btn btn-flat text-primary p-0 mx-0">Read more<i class="fa fa-angle-right ml-2"></i></button>
58
59
</div>
60
61
</div>
62
<!-- Card -->
63
64
</div>
65
<!-- Grid column -->
66
67
<!-- Grid column -->
68
<div class="col-lg-4 col-md-6 mb-0">
69
70
<!-- Card -->
71
<div class="card hoverable">
72
73
<!-- Card image -->
74
<img class="card-img-top" src="https://mdbootstrap.com/img/Photos/Others/images/88.jpg" alt="Card image cap">
75
76
<!-- Card content -->
77
<div class="card-body">
78
79
<!-- Title -->
80
<a href="#!" class="black-text">Best practices for minimal design</a>
81
<!-- Text -->
82
<p class="card-title text-muted font-small mt-3 mb-2">Some quick example text to build on the card title and make up the bulk of the card's content. Some quick example text to build on the card title.</p>
83
84
<button type="button" class="btn btn-flat text-primary p-0 mx-0">Read more<i class="fa fa-angle-right ml-2"></i></button>
85
86
</div>
87
88
</div>
89
<!-- Card -->
90
91
</div>
92
<!-- Grid column -->
93
94
</div>
95
<!-- Grid row -->
96
97
<div class="text-center mt-5">
98
<a href="#!">Browse all blog posts</a>
99
</div>
100
101
</section>
102
<!--Section: Content-->
103
104
105
</div>
1
1
1
1
Console errors: 0