xxxxxxxxxx
1
<div class="container my-5">
2
3
<!-- Section: Introduction -->
4
<section class="">
5
6
<p>Examples of bootstrap Floating social buttons. Different design, templates & usage. </p>
7
8
<p>
9
Detailed documentation and more examples you can find in our
10
<a href="https://mdbootstrap.com/docs/standard/components/buttons/" target="_blank"><strong>Buttons Docs</strong></a>.
11
</p>
12
13
<hr class="mt-5">
14
15
<p>Built with <a target="_blank" href="https://mdbootstrap.com/docs/standard/">Material Design for Bootstrap</a> - free and powerful Bootstrap UI KIT</p>
16
17
<a class="btn btn-primary me-2" href="https://mdbootstrap.com/docs/standard/getting-started/installation/" target="_blank" role="button">Download MDB UI KIT<i class="fas fa-download ms-2"></i></a>
18
<a class="btn btn-danger me-2" target="_blank" href="https://mdbootstrap.com/docs/standard/" role="button">Learn more</a>
19
<a class="btn btn-success me-2" target="_blank" href="https://mdbootstrap.com/docs/standard/getting-started/" role="button">Tutorials</a>
20
<a class="btn btn-dark me-2" target="_blank" href="https://github.com/mdbootstrap/mdb-ui-kit" role="button">GitHub<i class="fab fa-github ms-2"></i></a>
21
22
</section>
23
<!-- Section: Introduction -->
24
25
<hr class="mb-5"/>
26
27
<!-- Section: Basic example -->
28
<section class="">
29
30
<p><strong>Basic example</strong></p>
31
32
<!-- Facebook -->
33
<a class="btn btn-primary btn-floating m-1" style="background-color: #3b5998" href="#!" role="button"><i class="fab fa-facebook-f"></i></a>
34
35
<!-- Twitter -->
36
<a class="btn btn-primary btn-floating m-1" style="background-color: #55acee" href="#!" role="button"><i class="fab fa-twitter"></i></a>
37
38
<!-- Google -->
39
<a class="btn btn-primary btn-floating m-1" style="background-color: #dd4b39" href="#!" role="button"><i class="fab fa-google"></i></a>
40
41
<!-- Instagram -->
42
<a class="btn btn-primary btn-floating m-1" style="background-color: #ac2bac" href="#!" role="button"><i class="fab fa-instagram"></i></a>
43
44
<!-- Linkedin -->
45
<a class="btn btn-primary btn-floating m-1" style="background-color: #0082ca" href="#!" role="button"><i class="fab fa-linkedin-in"></i></a>
46
<!-- Github -->
47
<a class="btn btn-primary btn-floating m-1" style="background-color: #333333" href="#!" role="button"><i class="fab fa-github"></i></a>
48
49
50
</section>
51
<!-- Section: Basic example -->
52
53
<hr />
54
55
<!-- Section: Dark variant -->
56
57
<p><strong>Dark variant</strong></p>
58
<section class="mb-4 bg-dark p-4">
59
<!-- Facebook -->
60
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-facebook-f"></i></a>
61
62
<!-- Twitter -->
63
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-twitter"></i></a>
64
65
<!-- Google -->
66
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-google"></i></a>
67
68
<!-- Instagram -->
69
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-instagram"></i></a>
70
71
<!-- Linkedin -->
72
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-linkedin-in"></i></a>
73
74
<!-- Github -->
75
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-github"></i></a>
76
</section>
77
<!-- Section: Dark variant -->
78
</div>
1
1
1
1
Console errors: 0