"services hover"
Bootstrap 3.0.0 Snippet by evarevirus

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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="side">
<div class="profile-callout">
<div class="profile-container">
<div class="overlay">
<img src="http://lorempixel.com/500/400/city/">
<div class="text">
<span class="green">Get to Know &raquo</span>
<h1>Our Services</h1>
<span>Hover to see more.</span>
<span class="below-fold">This sentence is hidden. Thanks for hovering.:)</span>
</div>
</div>
</div>
</div>
</div>
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
body {
width: 100%;
*zoom: 1;
}
body:before, body:after {
content: "";
display: table;
}
body:after {
clear: both;
}
body {
background: #F5F5F5;
}
img {
max-width: 100%;
vertical-align: middle;
}
.side {
width: 300px;
margin: 2em auto;
}
.profile-callout {
position: relative;
overflow: hidden;
height: 300px;
}
.profile-callout img {
z-index: -1;
position: relative;
}
.profile-callout .text {
position: absolute;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: