"Header - image jumpbutton multi layer design "
Bootstrap 4.0.0 Snippet by webenlance

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.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 ----------> <header id="header2"> <div class="box"></div> <h2 class="caption">Summer</br>Collection</h2> <img src="http://www.pngall.com/wp-content/uploads/2016/05/Model-PNG-HD.png" class="" alt=""> <button class="btn btn-light action">Call to Action</button> </header>
/*=== header #2 ===*/ #header2 { position: relative; min-width: 100vw; min-height: 95vh; background-color: #ddd; z-index: 0; } #header2 .box { position: absolute; content: ''; width: 25%; height: 50%; top: 15%; left: 50%; transform:translate(-30%, 0%); z-index: 1; border: 10px solid #000; } #header2 .caption { position: absolute; top: 20%; left: 50%; transform:translate(-10%, 0%); color: #000; font-weight: 600; font-size: 6rem; background-color: #ddd; z-index: 2; padding: 10px; } #header2 img { position: absolute; top: 0%; left: 20%; height: 100%; z-index: 3; } #header2 .action { position: absolute; top: 75%; left: 55%; transform:translate(-50%,-50%); text-align: center; z-index: 4; padding-right: 25px; padding-left: 25px; }

Related: See More


Questions / Comments: