"Heading with desciption "
Bootstrap 4.1.1 Snippet by mastersujit7

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 ---------->
<div class="dm-service-banner">
<div class="dm-right-corner"></div>
<div class="container">
<div class="row">
<div class="col-md-6 ">
<div class="dm-banner-title">
<div class="front-text-box">
<h1>SOME<br>HEADING</h1>
</div>
<div class="back-box"></div>
</div>
</div>
<div class="col-md-6">
<p class="dm-banner-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec bibendum elementum turpis. Suspendisse eu purus gravida, imperdiet urna ac, malesuada mauris. Vivamus pharetra libero orci, quis interdum dui tincidunt non.</p>
</div>
</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
.dm-service-banner{
background: #ebf9f9;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 97px 0;
position: relative;
}
.dm-banner-title{
text-align: right;
padding: 57px 0px;
}
.dm-banner-title .back-box{
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 77%;
/* background: #fff; */
box-shadow: 0px 0px 5px 0px #ddd;
background: url('https://www.hummingwebians.com/public/images/dm-small.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.dm-right-corner{
width: 149px;
height: 86px;
background: #67d092;
position: absolute;
top: 0px;
right: 0px;
}
.dm-banner-title .front-text-box{
position: relative;
z-index: 1;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: