"footer-bottom-copyright"
Bootstrap 3.0.0 Snippet by jeevan123456

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.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 ---------->
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-sm-6 ">
<div class="copyright-text">
<p>CopyRight © 2017 Digital All Rights Reserved</p>
</div>
</div> <!-- End Col -->
<div class="col-sm-6">
<ul class="social-link pull-right">
<li><a href=""><span class="glyphicon glyphicon-heart-empty"></span></a></li>
<li><a href=""><span class="glyphicon glyphicon-heart-empty"></span></a></li>
<li><a href=""><span class="glyphicon glyphicon-heart-empty"></span></a></li>
<li><a href=""><span class="glyphicon glyphicon-heart-empty"></span></a></li>
<li><a href=""><span class="glyphicon glyphicon-heart-empty"></span></a></li>
</ul>
</div> <!-- End Col -->
</div>
</div>
</div>
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
.footer-bottom {
padding: 40px 0 30px;
border-top: 1px solid #666;
background: #1e1e1e;
}
.copyright-text p {
color: #ccc;
margin-top: 9px;
margin-bottom: 0;
}
.social-link li {
display: inline-block;
margin: 0 5px;
}
.social-link li a {
color: #ccc;
border: 1px solid #ccc;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
text-align: center;
display: inline-block;
font-size: 14px;
transition: .5s;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: