"FREE QUOTE"
Bootstrap 4.0.0 Snippet by muhamed122

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/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 ---------->
<div class="container">
<div class="row">
<div class="body2">
<div class="form-group">
<label class="form-label" for="name">Your Name :</label>
<input class="form-control" data-label="Name" required="" data-msg="Please enter name." type="text" name="name" id="name" placeholder="Enter your name" aria-required="true">
</div>
<div class="form-group">
<label class="form-label" for="name">Your Email :</label>
<input class="form-control" data-label="Name" required="" data-msg="Please enter name." type="text" name="name" id="name" placeholder="Enter your Email" aria-required="true">
</div>
<div class="form-group">
<label class="form-label" for="name">Your Phone Number :</label>
<input class="form-control" data-label="Name" required="" data-msg="Please enter name." type="text" name="name" id="name" placeholder="Enter Your Phone Number" aria-required="true">
</div>
<div class="form-group">
<label class="form-label" for="message">Additional Details :</label>
<textarea class="form-control" data-label="Message" required="" data-msg="Please enter your message." name="message" id="message" placeholder="Ener Any Additional Details" cols="30" rows="10" aria-required="true"></textarea>
</div>
<button type="submit" class="button primar">Get My Free Quote</button>
<p class="three">*Your details are kept confidential</p>
</div>
</div>
</div>
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
.boddy {
margin-top: 33px;
border: 1px solid rgba(255, 255, 255, .25);
width: 376px;
margin-left: 76px;
background: #fc0;
border-radius: 4px;
height: 109px;
}
p.two {
font-size: 13px;
line-height: 39px;
width: 100%;
display: block;
font-weight: 300;
letter-spacing: 1px;
}
.boddy h4 {
font-size: 30px;
font-weight: bold;
letter-spacing: 2px;
margin: 13px;
}
.body2 {
border: 1px solid rgba(255, 255, 255, .25);
width: 377px;
background: rgba(37, 40, 42, 0.8);
height: 551px;
margin-left: 75px;
}
input#name {
width: 87%;
margin-left: 24px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: