"image hover"
Bootstrap 3.0.0 Snippet by karimsharf12252

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
<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="container">
<div class="row">
<div class="land">
<div class="col-md-12">
<div class="head">
<a href="#top" id="bottom"> <h1>OUR <span>WORK</span></h1></a>
</div>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco </p>
<p>laboris nisi ut aliquip ex ea commodo consequat</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4 img-hvr hvr-3">
<img src="http://pre08.deviantart.net/1feb/th/pre/i/2015/090/2/6/daisysmiles_by_jesusbuddy7-d219ssg.jpg">
<div class="text">
<h4>ABAZOO WEBSITE</h4>
<p>UT enim ad minim, quis nostrud laborcris nisi ut aliquip ex ea commodo</p>
<button class="button button4">HIRE US</button>
</div>
</div>
<div class="col-xs-12 col-sm-4 img-hvr hvr-3">
<img src="http://pre08.deviantart.net/1feb/th/pre/i/2015/090/2/6/daisysmiles_by_jesusbuddy7-d219ssg.jpg">
<div class="text">
<h4>ABAZOO WEBSITE</h4>
<p>UT enim ad minim, quis nostrud laborcris nisi ut aliquip ex ea commodo</p>
<button class="button button4">HIRE US</button>
</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
.land .head h1
{
color: black;
text-align: left;
font-size: 40px;
text-align: center;
margin-top: 72px;
}
.land p
{
text-align: center;
text-align: 1;
text-transform: capitalize;
}
img {
max-width: 100%;
border-radius: 24px;
width: 100%;
height: 341px;
}
.img-hvr {
position: relative;
overflow: hidden;
}
.img-hvr:hover {
cursor: pointer;
}
.img-hvr .text {
position: absolute;
margin: 0 15px;
padding: 15px;
z-index: 1;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: