"Contact Form Site Visit"
Bootstrap 4.1.1 Snippet by Shailesh Kushwaha

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<section class="newsletter">
<div class="overlay">
<div class="container">
<h2>Contact For Free Site Visit</h2>
<p style="text-align: center;">xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
<form action="#" name="myForm1" method="post">
<div class="input_group">
<input name="name" type="text" placeholder="Your Name" required="name">
<input name="phone" type="text" placeholder="Your Phone" required="Phone">
<button type="submit">Send</button>
</div> <!-- End .input_group -->
</form>
</div> <!-- End .container -->
</div> <!-- End .overlay -->
</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
.newsletter {
background-attachment: fixed;
background-size: cover;
margin-top: 100px;
height: 310px;
position: relative;
}
.newsletter .overlay {
width: 100%;
height: 100%;
text-align: center;
}
.newsletter .overlay {
width:100%;
height:100%;
background: rgba(247, 48, 52, 0.89);
text-align: center;
}
.newsletter h2 {
font-weight: 700;
text-transform: uppercase;
}
.newsletter h2, .newsletter p {
color:#fff;
-webkit-user-select:none;
}
.newsletter p {
margin:18px 0 34px 0;
}
.newsletter form .input_group {
width:735px;
height:48px;
position: relative;
margin: 0 0 0 174px;
}
.newsletter form .input_group input {
width:48%;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: