"conversion plus footer-kupo"
Bootstrap 3.0.0 Snippet by jeevan123456

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 ---------->
<div class="conversion-section clearfix">
<div class="container">
<div class="conversion">
<div class="col-md-3 col-sm-3 col-xs-12 pull-right">
<a href="#" class="btn btn-raised btn-danger ripple-effect btn-lg" data-original-title="" title="">
<i class="ti-shopping-cart">
</i>
· Sumbit Deal
</a>
</div>
<div class="col-md-9 col-sm-9 col-xs-12">
<h3>
Welcome to Kupon. Responsive Deal Template
</h3>
<p>
Carefully designed to bring you the best performance, usage and customization experience!
</p>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="col-sm-4">
<img src="http://codenpixel.com/demo/kupon2/images/logo-dark.png" alt="#" class="img-responsive logo">
<p>
Kupon,travel deals & publishing,with minimal design. We provide you with the latest fresh inspiration straight from the industrie.
</p>
</div>
<div class="col-sm-4">
<h5>
COMMON placeS
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
.conversion-section {
background-color: #FFFFFF;
margin-top: 25px;
padding: 25px 30px;
}
.conversion h3 {
font-size: 18px;
font-weight: 400;
line-height: 24px;
}
.conversion a.btn {
margin-top: 24px;
}
.btn-danger, .dropdown-toggle.btn-danger {
background-color: #ff5722;
}
.btn-danger:hover {
background-color: #ff5722;
}
#footer {
padding-top: 60px;
background: #fff;
border-top: 1px dashed #ededed;
}
p {
margin: 0 0 1.75em;
}
#footer h5, #footer img.logo {
margin-bottom: 30px;
}
#footer strong {
color: #000;
}
.strong, b, strong {
color: #000;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: