"clip-path backround"
Bootstrap 4.1.1 Snippet by ranjit1602

<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="container"> <div class="row"> <div class="fw-bot-cta__overlay"></div> </div> </div>
.fw-bot-cta__overlay { display: -ms-grid; display: grid; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; bottom: 50; right: 0; width: 100%; height: 260px; max-height: 300px; z-index: 0; } .fw-bot-cta__overlay { background: #abd03a; -webkit-clip-path: polygon(0 75%, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(0 101%, 100% 0, 100% 100%, 0% 100%); }

Related: See More


Questions / Comments: