"jumpbutton multi layer design"
Bootstrap 4.0.0 Snippet by webenlance

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<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>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*=== 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;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: