"footer"
Bootstrap 3.3.0 Snippet by DinaraDesign

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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<section clsss="footer">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="footer_dv">
<h4>Services</h4>
<ul>
<li class="line_rv"><a href="canon-printer-support.php">Canon Printer Support</a></li>
<li><a href="hp-printer-support.php">Hp printer Support</a></li>
<li><a href="dell-printer-support.php">Dell Printer Support</a></li>
<li><a href="epson-printer-support.php">Epson printer Support</a></li>
<li><a href="samsung-printer-support.php">Samsung Printer Support</a></li>
<li><a href="lexmark-printer-support.php">Lexmark Printer Support</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="footer_dv">
<h4>Services</h4>
<ul>
<li><a href="tosiba-printer-support.php">Toshiba Printer Support</a></li>
<li><a href="panasonic-printer-support.php">Panasonic Printer Support</a></li>
<li><a href="xerox-printer-support.php">Xerox Printer Support</a></li>
<li><a href="brother-printer-support.php">Brother printer support</a></li>
<li><a href="zebra-printer-support.php">Zebra printer support</a></li>
<li><a href="lenovo-printer-support.php">Lenovo printer Support</a></li>
</ul>
</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
27
28
29
30
31
32
33
34
35
36
37
.footer {
background: #222222 none repeat scroll 0 0;
border-top: 4px solid #fcab0e;
margin: 0;
padding: 20px 0;
}
.footer_dv {
width: 100%;
}
.footer_dv h4 {
color: #fcab0e;
font-family: roboto;
font-weight: bold;
margin-bottom: 30px;
text-transform: uppercase;
}
.footer_dv ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.footer_dv ul li:first-child {
border-top: medium none;
box-shadow: none;
}
.footer_dv ul li {
border-top: 1px solid #000;
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
color: #f1f2f2;
padding: 5px 0;
}
.footer_dv p {
color: #fff;
font-size: 14px;
line-height: 20px;
margin: 0 0 15px;
text-align: justify;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: