HTML
xxxxxxxxxx
1
<!-- Background image -->
2
<div
3
class="bg-image"
4
style="
5
background-image: url('https://mdbootstrap.com/img/new/fluid/nature/012.jpg');
6
height: 100vh;
7
"
8
>
9
<div class="mask" style="background-color: rgba(0, 0, 0, 0.6)">
10
<div class="d-flex justify-content-center align-items-center h-100">
11
<h1 class="text-white mb-0">Page title</h1>
12
</div>
13
</div>
14
15
</div>
16
<!-- Background image -->
CSS
1
1
JS
1
1
Console errors: 0