"Footer 6 column"
Bootstrap 3.0.0 Snippet by silentcoding

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="//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 ---------->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<footer>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<ul class="footer-list">
<h3>Adress</h3>
<li>
<p>Lorem ipsum dolor sit amet</p>
</li>
<li>
<p>+90 1234 56789</p>
</li>
<li>
<p>info@gmail.com</p>
</li>
</ul>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<ul class="footer-list">
<h3>Blogs</h3>
<li>
<a href="#">Blog 1</a>
</li>
<li>
<a href="#">Blog 2</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=Roboto:100,300,400,500,700,900');
body{
font-family: 'Roboto', sans-serif;
}
h3{
color: #FFF;
font-weight: 800;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-size: 17px;
letter-spacing: 3px;
padding:10px 0px;
}
footer{
background-color: #33383c;
padding:70px 0px;
}
.footer-list li{
padding:4px 0px;
color:#FFF;
}
.footer-list li a , .footer-list li p{
color:#FFF;
letter-spacing: 2px;
text-decoration:none;
font-size:14px;
}
.footer-list , .social{
list-style: none;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: