"Contact Section Design"
Bootstrap 4.1.1 Snippet by Naveen Mandwariya

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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<section class="form-section" style="background-image:url(https://i.ibb.co/d2xFDtr/5257b6c12d89875.jpg);">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="heading-title"> Get in touch with us</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="contact-box">
<ul class="list-inline">
<li>
<div class="contact">
<i class="fa fa-map-marker" aria-hidden="true"></i>
<p> DieSachbearbeiter Choriner Straße 49 <br> 10435 Berlin </p>
</div>
</li>
<li>
<div class="contact">
<i class="fa fa-envelope" aria-hidden="true"></i>
<p> Info@example.com <br> example@yourcompany.com </p>
</div>
</li>
<li>
<div class="contact">
<i class="fa fa-mobile" aria-hidden="true"></i>
<p> +91 9876543210 <br> +91 5689452158 </p>
</div>
</li>
</ul>
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
.form-section{
background-attachment:fixed;
background-size:cover;
background-position:100% 100%;
background-repeat:no-repeat;
padding:0px 0;
position:relative;
height:100vh;
}
.overlay {
background: #00000026;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.custom-button {
width: 100%;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
transition: 0.8s ease;
background: #4DA0B0;
background: -webkit-linear-gradient(to right, #D39D38, #4DA0B0);
background: linear-gradient(to right, #FF5722, #3f51b5);
}
.custom-button:hover, .custom-button:focus{
transition: 0.8s ease;
letter-spacing: 3px;
background: -webkit-linear-gradient(to right, #D39D38, #4DA0B0);
background: linear-gradient(to right, #FF5722, #3f51b5);
}
.form-box-inner .form-control {
background: #ffffff8a;
border: 2px solid #000000;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: