xxxxxxxxxx
1
<div class="container my-4">
2
<p>
3
<strong
4
>You can align the button to the center by simply adding alignment
5
class to the parent div. See the examples.</strong
6
>
7
</p>
8
9
<p>
10
Detailed documentation and more examples you can find in our
11
<a
12
href="https://mdbootstrap.com/docs/standard/layout/horizontal-alignment/"
13
target="_blank"
14
><strong>Bootstrap Horizontal alignment Docs</strong></a
15
>
16
</p>
17
18
<hr />
19
20
<p class="font-weight-bold">Basic example</p>
21
22
<p>
23
Add class <code>.text-center</code> to the parent div to align any item
24
inside to the center.
25
</p>
26
27
<div class="border p-5">
28
<!-- Copy this code to have a working example -->
29
<div class="text-center">
30
<button type="button" class="btn btn-primary">Centered button</button>
31
</div>
32
<!--/ Copy this code to have a working example -->
33
</div>
34
</div>
1
1
1
1
Console errors: 0