"Footer"
Bootstrap 4.1.1 Snippet by paulohnmatos

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.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/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 ---------->
<!--CSS-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> </head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<div class="footer">
<div class="reserved-top">
</div>
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-2 col-md-2 mr-t">
<div class="caixa-img-footer">
<img src="http://placehold.it/500x330" class="img-responsive" alt="" width="100%" height="100%">
</div>
</div>
<div class="col-lg-2 col-md-2 mr-t">
<div class="caixa-img-footer">
<img src="http://placehold.it/500x330" class="img-responsive" alt="" width="100%" height="100%">
</div>
</div>
<div class="col-lg-1"></div>
<div class="col-lg-3">
<ul>
<li><a class="li-title" href="#">Itens de Menu</a></li>
<li><a class="li-text" href="#"><i class="fas fa-angle-double-right"></i> Home</a></li>
<li><a class="li-text" href="#"><i class="fas fa-angle-double-right"></i> Módulos</a></li>
<li><a class="li-text" href="#"><i class="fas fa-angle-double-right"></i> Planos</a></li>
<li><a class="li-text" href="#"><i class="fas fa-angle-double-right"></i> Contatos</a></li>
</ul>
</div>
<div class="col-lg-3">
<ul>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
.footer{ background-color: #003b54;padding: 20px;}
.footer ul{ list-style: none;}
.li-title{ font-size: 23px;color: #F0F0F0;}
.li-title:hover{ text-decoration: none;color: #F0F0F0;}
.li-text{ font-size: 14px;font-family: serif;font-weight: 600;color: #F0F0F0;border-bottom: 1px solid #F0F0F0;}
.li-text:hover{ color: #F0F0F0;text-decoration: none;}
.caixa-img-footer{ height: 150px;width: 100%;background-color: #fff;border: 2px solid #fff;box-shadow: 0 0 10px rgba(36,36,36,.5)}
.reserved-bot{ padding-top: 10px;padding-bottom: .1px;background-color: #F0F0F0;margin-top: 20px;margin-left: -20px;margin-right: -20px;}
.reserved-top{ padding-top: 10px;padding-bottom: .1px;background-color: #F0F0F0;margin-bottom: 20px;;margin-left: -20px;margin-right: -20px;}
@media(max-width: 480px){ .mr-t{ margin-top: 10px;}}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: