xxxxxxxxxx
1
<div class="container mt-5">
2
3
4
<!--Section: Content-->
5
<section class="text-center mb-4">
6
7
<style>
8
@media (max-width: 767px) {
9
.social-buttons .btn {
10
padding: 8px 15px;
11
margin: 1px;
12
}
13
}
14
</style>
15
16
<hr>
17
18
<p class="font-weight-bold">Spreed the word: </p>
19
20
<!-- Interactions -->
21
<div class="social-buttons">
22
<!--Facebook-->
23
<button type="button" class="btn btn-sm btn-fb my-0">
24
<i class="fab fa-facebook-f"></i>
25
</button>
26
27
<!--Twitter-->
28
<button type="button" class="btn btn-sm btn-tw my-0">
29
<i class="fab fa-twitter"></i>
30
</button>
31
32
<!--Twitter-->
33
<button type="button" class="btn btn-sm btn-li my-0">
34
<i class="fab fa-linkedin-in"></i>
35
</button>
36
37
<!-- Comments -->
38
<a role="button" class="btn btn-sm btn-unique my-0" href="#section-comments">
39
<i class="far fa-comments mr-1"></i> Comments <span>(4)</span>
40
</a>
41
</div>
42
<!-- Interactions -->
43
44
<hr>
45
46
</section>
47
<!--Section: Content-->
48
49
50
</div>
1
1
1
1
Console errors: 0