xxxxxxxxxx
1
<div class="container my-4">
2
3
<p class="font-weight-bold">Use bootstrap position utilities to position an element to the bottom of the viewport. See the examples.
4
</p>
5
6
<p><strong>Detailed documentation and more examples you can find in our <a
7
href="https://mdbootstrap.com/docs/jquery/utilities/position/" target="_blank">Bootstrap Position Docs</a> </p>
8
9
<hr>
10
11
<p class="font-weight-bold">Example</p>
12
13
<code><div class="fixed-bottom">...</div></code>
14
15
<hr class="my-4">
16
17
<nav class="navbar fixed-bottom navbar-expand-lg navbar-dark default-color">
18
<a class="navbar-brand" href="#">Navbar</a>
19
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
20
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
21
<span class="navbar-toggler-icon"></span>
22
</button>
23
<div class="collapse navbar-collapse" id="navbarSupportedContent">
24
<ul class="navbar-nav mr-auto">
25
<li class="nav-item active">
26
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
27
</li>
28
<li class="nav-item">
29
<a class="nav-link" href="#">Features</a>
30
</li>
31
<li class="nav-item">
32
<a class="nav-link" href="#">Pricing</a>
33
</li>
34
<li class="nav-item">
35
<a class="nav-link" href="#">Testimonials</a>
36
</li>
37
</ul>
38
<form class="form-inline">
39
<div class="md-form my-0">
40
<input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search">
41
</div>
42
</form>
43
</div>
44
</nav>
45
46
<!--Main layout-->
47
<main>
48
49
<div class="container-fluid">
50
51
<h1>Scroll down</h1>
52
<br>
53
<h1>Scroll down</h1>
54
<br>
55
<h1>Scroll down</h1>
56
<br>
57
<h1>Scroll down</h1>
58
<br>
59
<h1>Scroll down</h1>
60
<br>
61
<h1>Scroll down</h1>
62
<br>
63
<h1>Scroll down</h1>
64
<br>
65
<h1>Scroll down</h1>
66
<br>
67
<h1>Scroll down</h1>
68
<br>
69
<h1>Scroll down</h1>
70
<br>
71
<h1>Scroll down</h1>
72
<br>
73
<h1>Scroll down</h1>
74
<br>
75
<h1>Scroll down</h1>
76
<br>
77
<h1>Scroll down</h1>
78
<br>
79
<h1>Scroll down</h1>
80
<br>
81
<h1>Scroll down</h1>
82
<br>
83
<h1>Scroll down</h1>
84
<br>
85
<h1>Scroll down</h1>
86
<br>
87
<h1>Scroll down</h1>
88
<br>
89
<h1>Scroll down</h1>
90
<br>
91
<h1>Scroll down</h1>
92
<br>
93
<h1>Scroll down</h1>
94
<br>
95
<h1>Scroll down</h1>
96
<br>
97
<h1>Scroll down</h1>
98
<br>
99
<br>
100
101
</div>
102
103
</main>
104
<!--Main layout-->
105
106
</div>
1
1
1
1
Console errors: 0