"call to action- section"
Bootstrap 3.0.0 Snippet by jeevan123456

<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 ----------> <div class="cta-section black-trans-bg"> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-xs-12"> <div class="cta-title"> <h2>Do you want to be a need a great project?</h2> <a href="#">Subscribe Now</a> </div> </div> </div> </div> </div>
.cta-section { background: rgba(0, 0, 0, 0) url("https://images.pexels.com/photos/257740/pexels-photo-257740.jpeg?w=940&h=650&auto=compress&cs=tinysrgb") no-repeat scroll left top / cover; padding: 55px 0; } .black-trans-bg { position: relative; } .black-trans-bg::before { background: #000 none repeat scroll 0 0; content: ""; height: 100%; left: 0; opacity: 0.3; position: absolute; top: 0; width: 100%; z-index: 0; } .cta-title h2 { color: #fff; display: inline-block; font-size: 26px; line-height: 30px; padding: 16px 0; text-transform: uppercase; } .cta-title a { margin-top:26px; border: 1px solid #fff; color: #fff; display: inline-block; float: right; font-size: 16px; font-weight: 700; letter-spacing: 0; padding: 9px 18px; text-transform: uppercase; }

Related: See More


Questions / Comments: