"Bootstrap 4 | Footer with Font awesome icons"
Bootstrap 4.0.0 Snippet by losol

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<footer class="mt-5">
<div class="container-fluid bg-faded mt-5">
<div class="container">
<div class="row py-3">
<!-- footer column 1 start -->
<div class="col-md-4">
<!-- row start -->
<div class="row py-2">
<div class="col-sm-3 hidden-md-down">
<a class="bg-circle bg-info" href="https://twitter.com/ ">
<i class="fa fa-2x fa-fw fa-twitter" aria-hidden="true "></i>
</a>
</div>
<div class="col-sm-9">
<h4>Tweets</h4>
Embed here?
</div>
</div>
<!-- row end -->
</div>
<!-- footer column 1 end -->
<!-- footer column 2 start -->
<div class="col-md-4">
<!-- row start -->
<div class="row py-2">
<div class="col-sm-3 hidden-md-down">
<a class="bg-circle bg-info" href="#">
<i class="fa fa-2x fa-fw fa-address-card" aria-hidden="true "></i>
</a>
</div>
<div class="col-sm-9">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.bg-primary {
background-color: #000 !important;
}
.bg-circle
{
display: inline-block;
width: 60px;
height: 60px;
padding: 14px 4px;
color: #ececec;
text-align: center;
border-radius: 50%;
}
.bg-circle-outline
{
width: 50px;
height: 50px;
color:smoke;
padding: 8px 2px;
border: 2px solid;
border-color: smoke;
border-radius: 50%;
}
.bg-circle a, a:hover, .media a:focus
{
text-decoration: none !important;
outline: none;
color: #ececec;
}
.bg-circle-outline a, a:hover, .media a:focus
{
text-decoration: none !important;
outline: none;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: