"Bootstrap 4 Contact with from"
Bootstrap 4.1.1 Snippet by abhijeetka

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.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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<section class="contact" id="contact">
<div class="container">
<div class="heading text-center wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<h2>
<span>Keep In</span>
Touch</h2>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Excepturi eligendi
<br>
saepe deleniti sequi sint quaerat.</p>
</div>
<div class="main wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<div class="row">
<div class="col-lg-8 left">
<h3>Send Message</h3>
<form>
<div class="row">
<div class="col-sm-6">
<input type="text" class="form-control" placeholder="Name">
</div>
<div class="col-sm-6">
<input type="email" class="form-control" placeholder="Email">
</div>
</div>
<div class="form-group">
<textarea class="form-control" rows="5" id="comment" placeholder="Message"></textarea>
</div>
<button class="btn btn-block" type="submit">Send Now!</button>
</form>
</div>
<!-- Left -->
<div class="col-lg-4">
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
.contact {
padding-bottom: 100px;
}
.contact .heading {
margin-bottom: 50px;
}
.contact .heading h2 {
font-size: 30px;
font-weight: 700;
color: #404356;
margin: 0;
margin-bottom: 15px;
}
.contact .heading h2 span {
color: #7035cf;
font-weight: 300;
}
.contact .heading p {
font-size: 14px;
font-weight: 400;
color: #525f7f;
line-height: 26px;
margin: 0;
}
.contact .main {
background: #ffffff;
box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
}
.contact .main h3 {
font-size: 20px;
font-weight: 500;
color: #4a545e;
margin: 0;
margin-bottom: 20px;
}
.contact .form-control {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: