"right"
Bootstrap 4.1.1 Snippet by SANTANU CHOWDHURY

<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="section section-right"> <div class="img-right" style="background-image: url('https://picsum.photos/id/8/500/500');"> </div> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="content"> <h3> Creating & Delivering Dreams that match with Reality and You. </h3> </div> </div> </div> </div> </div>
.section{ padding-top:60px; padding-bottom:60px; } .section-right{ position:relative; } .section-right .img-right { top: 0; position: absolute; right: 0; width: 60%; height: 100%; background-size: cover; background-position: center; background-size: cover; background-color: red; background-blend-mode: multiply; } .section-right .content{ background: #e72f2a; z-index: 10; position: relative; display: -webkit-box; padding: 50px; } .section-right .content h3{ color: #fff; font-size: 38px; font-weight: 600; text-transform: uppercase; }

Related: See More


Questions / Comments: