"Heading with desciption "
Bootstrap 4.1.1 Snippet by gauravmeena0708

<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 ----------> <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>
.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; } .dm-banner-title h1 { font-size: 57px; font-weight: 400; letter-spacing: 4px; border-bottom: 1px solid #5b945b; padding-bottom: 14px; text-shadow: 3px 3px 1px #d4d1d1; color: #0e4e6d; } .dm-banner-text{ padding: 107px 0px; font-size: 15px; font-weight: 450; color: #34945c; }

Related: See More


Questions / Comments: