HTML
xxxxxxxxxx
1
<div class="container my-5 py-5 z-depth-1">
2
3
<!--Section: Content-->
4
<section class="px-md-5 mx-md-5 text-center text-lg-left dark-grey-text">
5
6
7
<!--Grid row-->
8
<div class="row d-flex justify-content-center">
9
10
<!--Grid column-->
11
<div class="col-md-6 text-center">
12
13
<h4 class="font-weight-bold mb-4">Subscribe</h4>
14
15
<div class="input-group mb-4">
16
<input type="email" class="form-control" placeholder="Enter your email address" aria-label="Enter your email address"
17
aria-describedby="button-addon2">
18
<div class="input-group-append">
19
<button class="btn btn-md btn-outline-default m-0 px-3 py-2 z-depth-0 waves-effect" type="submit"
20
id="button-addon2">Submit</button>
21
</div>
22
</div>
23
24
<p class="font-weight-bold">Find us on <a href="#">Facebook</a> and <a href="#">Twitter</a></p>
25
26
</div>
27
<!--Grid column-->
28
29
</div>
30
<!--Grid row-->
31
32
33
</section>
34
<!--Section: Content-->
35
36
37
</div>
CSS
1
1
JS
1
1
Console errors: 0