"footer by john niro yumang"
Bootstrap 4.0.0 Snippet by jeanyu23

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://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<div class="container-fluid" id="footer-container-fluid">
<div class="container">
<!---- for footer container ---->
<div class="row">
<div class="col-lg-2 col-md-6 col-sm-12 col-xs-12">
<ul>
<li class="title"> Product </li>
<li> <a href="#"> Community </a> </li>
<li> <a href="#"> Website widgets </a> </li>
<li> <a href="#"> Emoticons </a> </li>
<li> <a href="#"> Web design </a> </li>
<li> <a href="#"> Graphics </a> </li>
</ul>
<ul>
<li class="title"> Pro finder </li>
<li> <a href="#"> About </a> </li>
<li> <a href="#"> Cookies </a> </li>
<li> <a href="#"> Private policy </a> </li>
<li> <a href="#"> Terms and condition </a> </li>
<li> <a href="#"> People </a> </li>
<li> <a href="#"> Company </a> </li>
</ul>
</div>
<div class="col-lg-2 col-md-6 col-sm-12 col-xs-12">
<ul>
<li class="title"> SDk's </li>
<li> <a href="#"> Php </a> </li>
<li> <a href="#"> W3school </a> </li>
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
#footer-container-fluid
{
background-image: url("../images/");
background-color:white;
background-attachment:scroll;
background-repeat:no-repeat;
background-position:center;
background-size:cover;
margin-left:100px;
margin-right:100px;
padding:50px;
}
#footer-container-fluid li
{
list-style-type:none;
color:#098c9c;
font-size:10px;
}
#footer-container-fluid ul .title
{
color:black;
font-size:15px;
}
#footer-container-fluid ul .address
{
color:#607d8bad;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: