HTML
xxxxxxxxxx
1
<!-- Remove the container if you want to extend the Footer to full width. -->
2
<div class="container my-5">
3
4
<footer class="text-center text-white" style="background-color: #45637d;">
5
<!-- Grid container -->
6
<div class="container p-4">
7
<!-- Section: Iframe -->
8
<section class="">
9
<div class="row d-flex justify-content-center">
10
<div class="col-lg-6">
11
<div class="ratio ratio-16x9">
12
<iframe
13
class="shadow-1-strong rounded"
14
src="https://www.youtube.com/embed/vlDzYIIOYmM"
15
title="YouTube video"
16
allowfullscreen
17
></iframe>
18
</div>
19
</div>
20
</div>
21
</section>
22
<!-- Section: Iframe -->
23
</div>
24
<!-- Grid container -->
25
26
<!-- Copyright -->
27
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
28
© 2020 Copyright:
29
<a class="text-white" href="https://mdbootstrap.com/">MDBootstrap.com</a>
30
</div>
31
<!-- Copyright -->
32
</footer>
33
34
</div>
35
<!-- End of .container -->
CSS
1
1
JS
1
1
Console errors: 0