x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
4
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
5
6
<style>
7
body {
8
padding-top: 1em;
9
}   
10
</style> <div class="container-fluid">
11
        
12
<blockquote class="blockquote blockquote-reverse">
13
<p>Most of us are awash with beliefs of all sorts. We are steeped in the common sense and prevailing wisdom of our culture, traditions, communities, profession, family, and friends.</p>
14
<footer>Tom Campbell in <cite>My Big Toe</cite></footer>
15
</blockquote>
16
17
</div>
18
        
19
<!-- Bundled -->
20
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>