xxxxxxxxxx
1
<div class="container z-depth-1 my-5 px-0">
2
3
<!--Section: Content-->
4
<section class="p-5 my-md-5 text-center"
5
style="background-image: url(https://mdbootstrap.com/img/Photos/Others/background2.jpg); background-size: cover; background-position: center center;">
6
7
<!-- Section heading -->
8
<h3 class="text-center font-weight-bold text-white mt-5 mb-3">Contact Us</h3>
9
<!-- Section description -->
10
<h4 class="text-center font-weight-normal text-white mx-auto mb-4 pb-2">We love to hear from you!</h4>
11
12
<form class="mb-5 mx-md-5" action="">
13
14
<div class="row">
15
<div class="col-md-4 mb-4">
16
17
<!-- Name -->
18
<input type="text" id="name" class="form-control" placeholder="Name">
19
20
</div>
21
<div class="col-md-4 mb-4">
22
23
<!-- Email -->
24
<input type="email" id="email" class="form-control" placeholder="Email">
25
26
</div>
27
<div class="col-md-4 mb-4">
28
29
<!-- Phone -->
30
<input type="number" id="phone" class="form-control" placeholder="Phone (optional)">
31
32
</div>
33
</div>
34
35
<div class="row">
36
<div class="col-md-12 mb-4">
37
38
<!-- Subject -->
39
<input type="text" id="subject" class="form-control" placeholder="Subject">
40
41
</div>
42
</div>
43
44
<div class="row">
45
<div class="col-md-12">
46
47
<div class="form-group mb-4">
48
<textarea class="form-control rounded" id="message" rows="3" placeholder="How can we help?"></textarea>
49
</div>
50
51
<div class="text-center">
52
<button type="submit" class="btn btn-elegant">Submit</button>
53
</div>
54
55
</div>
56
</div>
57
58
</form>
59
60
</section>
61
<!--Section: Content-->
62
63
64
</div>
1
1
1
1
Console errors: 0