"Creative hover effects"
Bootstrap 3.3.0 Snippet by Navi Mehra

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 text-center">
<h2>Hover effect </h2>
<p>Image caption with a text previewed in the bottom</p>
</div>
<div class="row">
<div class="col-lg-3">
<div class="cuadro_intro_hover " style="background-color:#cccccc;">
<p style="text-align:center;">
<img src="http://static.tumblr.com/166ab215c9a0bb3ba1b98e810652c3db/pjmcbps/OHEmr2kqz/tumblr_static_dsc_0298lol.jpg" class="img-responsive" alt="">
</p>
<div class="caption">
<div class="blur"></div>
<div class="caption-text">
<h3 style="border-top:2px solid white; border-bottom:2px solid white; padding:10px;">Nav</h3>
<p>Loren ipsum dolor si amet ipsum dolor si amet ipsum dolor...</p>
<a class=" btn btn-default" href="https://plus.google.com/u/0/100371904807783155711/posts" target="_blank"><span class="glyphicon glyphicon-plus"> INFO</span></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="cuadro_intro_hover " style="background-color:#cccccc;">
<p style="text-align:center;">
<img src="http://pixel.brit.co/wp-content/uploads/2014/08/724.jpg" class="img-responsive" alt="">
</p>
<div class="caption">
<div class="blur"></div>
<div class="caption-text">
<h3 style="border-top:2px solid white; border-bottom:2px solid white; padding:10px;">Mehra</h3>
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
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,900,800,700,600);
body{font-family: 'Raleway', sans-serif;}
h2 {
border-bottom: 10px solid red;
font-family: 'Raleway', sans-serif;
font-size: 65px;
font-weight: 900;
margin: 0 auto;
padding: 20px 0 3px;
text-align: center;
text-transform: uppercase;
width: 40.2%;
}
img {
height: 200px !important;
}
.row.text-center p {
font-size: 17px;
font-weight: 600;
letter-spacing: -0.3px;
margin: 3px 0 30px;
text-transform: uppercase;
}
.h3, h3 {
font-family: 'Raleway', sans-serif;
font-size: 24px;
text-transform: uppercase;
}
.btn-default {
background: transparent none repeat scroll 0 0;
border: 2px solid #fff;
border-radius: 50px;
text-shadow: 0 1px 0 #fff;
font-family: 'Raleway', sans-serif;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

use external css & its not responsive

Samiul Haque Khan () - 7 years ago - Reply -1


its not full responsive

hacobi1102 () - 7 years ago - Reply 0