"location-section"
Bootstrap 3.0.0 Snippet by jeevan123456

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/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="location-section section-padding">
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="caption">
<img src="http://themexriver.com/digital-agency/assets/images/map.png" alt="">
</div>
</div>
<div class="col-sm-5">
<div class="location-wrapper">
<div class="section-title text-center">
<span class="sub-header">Our Offices</span>
<div class="border"></div>
<h2>We Are WorldWide</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisc ing elit, sed do eiusmod tempor incididun ut labore et dolore. Per spiciatis unde omnis iste natus error</p>
<button class="btn btn-default"><a href="contact.html">Explore Offices</a></button>
</div> <!-- section-title -->
</div>
</div>
</div>
</div>
</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
.location-section {
background: url(http://themexriver.com/digital-agency/assets/images/pattern-bg.jpg) no-repeat center;
background-size: cover;
}
.section-padding {
padding: 140px 0;
}
.location-section .location-wrapper .section-title h2 {
font-size: 40px;
}
.section-title h2 {
font-size: 42px;
font-weight: 700;
line-height: 55px;
color: #000000;
letter-spacing: -1.8px;
margin: 6px 0 20px;
}
.section-title p {
color: #6a7788;
margin-bottom: 34px;
}
.btn-default {
position: relative;
font-size: 18px;
background-color: #FFFFFF;
border: 2px solid #3b54d2;
border-radius: 0;
padding: 8px 22px;
border-radius: 25px;
overflow: hidden;
z-index: 5;
background: -webkit-linear-gradient(left, #193775, #00abc9);
background: -moz-linear-gradient(left, #193775, #00abc9);
background: -o-linear-gradient(left, #193775, #00abc9);
background: -ms-linear-gradient(left, #193775, #00abc9);
background: linear-gradient(left, #193775, #00abc9);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
http://themexriver.com/digital-agency/assets/images/map.png
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: