xxxxxxxxxx
1
<div class="container-fluid mt-3 mb-5">
2
3
<!-- Section -->
4
<section style="background-image: url('https://mdbootstrap.com/img/Photos/Others/img%20(48).jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center;">
5
6
<style>
7
.input-grey .form-control {
8
border-radius: .125rem;
9
}
10
11
.input-grey input::placeholder {
12
color: #fff;
13
}
14
15
.input-grey.input-round {
16
border-radius: 10em;
17
}
18
19
.input-grey.input-round.input-group>.input-group-append>.btn{
20
border-top-left-radius: 10em;
21
border-bottom-left-radius: 10em;
22
}
23
</style>
24
25
<div class="mask rgba-black-light py-5">
26
27
<div class="container my-5">
28
29
<!--Grid row-->
30
<div class="row d-flex align-items-center justify-content-center py-5">
31
<!--Grid column-->
32
<div class="col-md-8 col-xl-6">
33
<!--Form-->
34
<div class="card bg-primary">
35
<div class="card-body z-depth-2 p-4">
36
<h3 class="white-text pt-2 pb-5 mb-4">Latest news direct to your inbox</h3>
37
38
<p class="text-right small pr-2 white-text">Subscribe Now</p>
39
<form class="pl-0" action="" method="post" target="_blank">
40
<div class="input-grey input-round input-group rgba-white-light mb-3">
41
<input type="text" class="form-control white-text bg-transparent border-0 z-depth-0" placeholder="Enter Email Address" aria-label="Enter Email Address"
42
aria-describedby="button-addon2">
43
<div class="input-group-append">
44
<button class="btn btn-md btn-rounded btn-light m-0 px-3 py-2 z-depth-0" type="button" id="button-addon2">Sign up<i class="fas fa-arrow-right pl-2"></i></button>
45
</div>
46
</div>
47
</form>
48
49
</div>
50
</div>
51
<!--/.Form-->
52
</div>
53
<!--Grid column-->
54
</div>
55
<!--Grid row-->
56
57
</div>
58
59
</div>
60
61
</section>
62
<!-- Section -->
63
64
</div>
1
1
1
1
Console errors: 0