HTML
xxxxxxxxxx
1
<div class="container my-5 py-5 z-depth-1">
2
3
4
<!--Section: Content-->
5
<section class="text-center px-md-5 mx-md-5 dark-grey-text">
6
7
<h4 class="font-weight-bold">Lorem ipsum dolor sit. </h4>
8
<h4 class="font-weight-bold">Amet consectetur adipisicing elit. </h4>
9
10
<a class="btn btn-outline-info btn-md mt-3 waves-effect" href="#" role="button">Download<i class="fa fa-download ml-1"></i></a>
11
12
</section>
13
<!--Section: Content-->
14
15
16
</div>
CSS
1
1
JS
1
1
Console errors: 0