"Stylish Footer "
Bootstrap 3.3.0 Snippet by ALIMUL AL RAZY

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/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link type="text/css" rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<footer id="contact" class="contact-us">
<div class="container">
<div class="row">
<div class="contact-area">
<h2>Contact Us</h2>
<ul class="contact-list">
<li>
<i class="fa fa-phone"></i> <a href="##"> +44 (0) 232 090 505</a>
</li>
<li>
<i class="fa fa-envelope"></i> <a href="#"> hi@dsfg.co.uk</a>
</li>
<li>
<i class="fa fa-map-marker"></i> <a href="#"> Rampura,Dhaka Bangladesh k</a>
</li>
</ul>
<div class="socials-box">
<div class="social-content">
<div class="social-title">
<h2>Join Our Social Community</h2>
</div>
<div class="socials">
<a class="item soc-gp" target="_blank" href="#">
<span class="icn"></span>Circle us
</a>
<a class="item soc-in" target="_blank" href="#">
<span class="icn"></span> Join us
</a>
<a class="item soc-fb" target="_blank" href="#">
<span class="icn"></span> Like us
</a>
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
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800|Vollkorn:400,400i,600,600i,700,700i');
* {
margin: 0;
padding: 0;
outline: 0;
box-sizing: border-box;
}
body {
font-family: 'Vollkorn', 'Poppins', sans-serif, serif;
}
ul {
list-style: none;
}
/* footer */
.contact-area {
position: relative;
}
.contact-us {
background: gray url(https://subtlepatterns.com/patterns/geometry2.png) repeat 0 0;
width: 100%;
margin: 0;
text-align: center;
height: 300px;
padding: 60px 0;
box-sizing: border-box;
-webkit-animation: slide 20s linear infinite;
}
@-webkit-keyframes slide {
from {
background-position: 0 0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: