"Hover Zooming Image"
Bootstrap 3.3.0 Snippet by istakhar

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="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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="col-md-4">
<div class="cours2" style="overflow:hidden;">
<img class="hover" src="https://cdn.shutterstock.com/shutterstock/videos/5276318/thumb/1.jpg" style="width:100%;height:200px;border:1px solid transparent;transition:1s;">
<div class="cours3">
<h2 style="text-align:center;margin-top:-6px;color:rgb(237,78,110);">ISTAKHAR</h2>
<h5 style="text-align:center;">Teaching To Over Students To Making Applications..</h5>
<h6 style="text-align:center;">Student Can Make Apropariats Are The Creating Applications Are The All About The Relivents If The Regarding..</h6>
</div>
<div class="cours4 text-center">
<button class="cou" style="border:1px solid transparent;padding:10px 20px ;font-size:16px;border-radius:10%;background-color:rgb(237,78,110);color:white;">View More</button>
</div>
</div>
</div>
<div class="col-md-4">
<div class="cours2" style="overflow:hidden;">
<img class="hover" src="https://cdn.shutterstock.com/shutterstock/videos/5276318/thumb/1.jpg" style="width:100%;height:200px;border:1px solid transparent;transition:1s;">
<div class="cours3">
<h2 style="text-align:center;margin-top:-6px;color:rgb(237,78,110);">ISTAKHAR</h2>
<h5 style="text-align:center;">Teaching To Over Students To Making Applications..</h5>
<h5 style="text-align:center;">Student Can Make Apropariats Are The Creating Applications Are The All About The Relivents If The Regarding..</h5>
</div>
<div class="cours4 text-center">
<button class="cou" style="border:1px solid transparent;padding:10px 20px ;font-size:16px;border-radius:10%;background-color:rgb(237,78,110);color:white;">View More</button>
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
.course{
text-align:center;
color:green;
}
.course1{
text-align:center;
font-family:Bradley Hand ITC;
}
.cours2{
margin-top:30px;
}
.cours2{
position:relative;
margin-bottom:50px;
}
.cours3{
-border:1px solid red;
position:absolute;
top:-100px;
opacity:0;
-bottom:100px;
-background-color:rgba(142,198,63,.8);
background-color:rgba(0,0,0,0.3);
color:white;
padding:10p;
}
.cours2:hover .cours3 {
opacity:1;
top:0px;
transition:1s;
}
.cours4{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: