"Footer"
Bootstrap 3.0.3 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.3/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/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">
<div class="email">
<div class="container">
<div class="row">
<div class="col-lg-6 col-lg-offset-3 col-xs-12 text-center">
<h2>SlGN UP</h2>
<p>Emailinizi girerek son haber ve duyurulardan haberdar olabilirsiniz</p>
<form action="" method="post">
<div class="input-prepend"><span class="add-on"><i class="icon-envelope"></i></span>
<input type="text" id="email-adresi" name="" placeholder="Enter your email adress...">
</div>
<br />
<input type="submit" value="Sign Up !" class="btn btn-abone" style="padding: 12px 58px; border: none; text-align: center; background: #1e76a8; cursor: pointer; color: #FFF; margin: 10px 0px; font-weight: 600; font-size: 16px; cursor: pointer; border-radius: 50px;"/>
</form>
</div>
</div>
</div>
</div>
<div class="footer-top">
<div class="container">
<div class="social-icons">
<i class="icon fa fa-twitter"></i>
<i class="icon fa fa-facebook"></i>
<i class="icon fa fa-google-plus"></i>
<i class="icon fa fa-instagram"></i>
<i class="icon fa fa-pinterest"></i>
<i class="icon fa fa-youtube-play"></i>
</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
a:hover{
text-decoration:none;
}
.email {
background: url("https://images.pexels.com/photos/7070/space-desk-workspace-coworking.jpg?w=1260&h=750&auto=compress&cs=tinysrgb");
min-height: 200px;
padding: 70px 0px;
width:100%;
}
.email h2, .email p {
color: #FFF;
font-weight: 600;
}
#email-adresi {
margin-top: 20px;
border: none;
width:50%;
height:40px;
padding-left:10px;
}
.footer {
padding:100px 0px;
color: #ccc;
background-color: #222;
}
.footer h3 {
color: #FFF;
font-size:15px;
font-weight: 600;
text-transform: uppercase;
margin-bottom:20px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: