xxxxxxxxxx
1
<div class="container my-5 py-5 z-depth-1">
2
3
4
<!--Section: Content-->
5
<section class="dark-grey-text text-center">
6
7
<h3 class="font-weight-bold pt-4 mb-4">Material Design Blocks</h3>
8
9
<h5 class="font-weight-bold font-italic mb-5">At vero eos et accusamus et iusto odio dignissimos qui cupiditate non provident.</h5>
10
11
<div class="row mx-lg-5 mx-md-3">
12
<div class="col-md-6 mb-4">
13
14
<div class="view mb-5">
15
<img src="https://mdbootstrap.com/img/illustrations/undraw_grand_slam_0q5r.svg" class="img-fluid" alt="smaple image">
16
</div>
17
18
<h5 class="font-weight-normal text-muted">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</h5>
19
20
</div>
21
<div class="col-md-6 mb-4">
22
23
<div class="view mb-5">
24
<img src="https://mdbootstrap.com/img/illustrations/undraw_basketball_agx4.png" class="img-fluid" alt="smaple image">
25
</div>
26
27
<h5 class="font-weight-normal text-muted">Ut enim ad minim veniam, quis nostrud ut aliquip ex ea commodo consequat.</h5>
28
29
</div>
30
</div>
31
32
</section>
33
<!--Section: Content-->
34
35
36
</div>
1
1
1
1
Console errors: 0