"Bootstrap4 newsletter"
Bootstrap 4.1.1 Snippet by abhijeetka

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
<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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<section class="subscribe-area pb-50 pt-70">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="subscribe-text mb-15">
<span>JOIN OUR NEWSLETTER</span>
<h2>subscribe newsletter</h2>
</div>
</div>
<div class="col-md-8">
<div class="subscribe-wrapper subscribe2-wrapper mb-15">
<div class="subscribe-form">
<form action="#">
<input placeholder="enter your email address" type="email">
<button>subscribe <i class="fas fa-long-arrow-alt-right"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
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
.subscribe-area {
background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
}
.pb-50 {
padding-bottom: 50px;
}
.pt-70 {
padding-top: 70px;
}
.mb-15 {
margin-bottom: 15px;
}
.subscribe-text span {
font-size: 12px;
font-weight: 700;
color: #fff;
letter-spacing: 5px;
}
.subscribe-text h2 {
color: #fff;
font-size: 36px;
font-weight: 300;
margin-bottom: 0;
margin-top: 6px;
}
.subscribe-wrapper {
overflow: hidden;
}
.mb-15 {
margin-bottom: 15px;
}
.subscribe-form {
}
.subscribe2-wrapper .subscribe-form input {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: