"Social Icon Hover Effect"
Bootstrap 3.0.0 Snippet by harunpehlivan

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 ---------->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<img src="http://d2f0ora2gkri0g.cloudfront.net/bkpam2342416_argeprojeegitimesnasndahallerim-1.jpg" class="bg">
<div class="outer">
<div class="hovereffect">
<img src="http://images.ticiz.com/2603690_w0_h120_hnn1i...bv9ettdv9dsbugw0py.png" alt="">
<div class="overlay">
<h2>Social Hover</h2>
<div class="rotate">
<p class="group1">
<a href="https://twitter.com/HTERCUMANP">
<i class="fa fa-twitter"></i>
</a>
<a href="https://www.facebook.com/profile.php?id=100008152065270">
<i class="fa fa-facebook"></i>
</a>
</p>
<hr>
<hr>
<p class="group2">
<a href="https://www.instagram.com/harunpehlivantebimtebitagem/">
<i class="fa fa-instagram"></i>
</a>
<a href="https://dribbble.com/harunpehlivan">
<i class="fa fa-dribbble"></i>
</a>
</p>
</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 {
font-family: Source Sans Pro, sans-serif;
margin: 0;
overflow: hidden;
}
.bg {
position: absolute;
width: 100%;
filter: blur(35px) grayscale(10%);
-webkit-filter: blur(25px) grayscale(25%);
transform: scale(1.4);
}
a {
text-decoration: none;
}
.outer {
padding-top: 100px;
display: block;
margin: auto;
width: 292px;
height: 195px;
font-family: sans-serif;
letter-spacing: 3px;
}
.hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
box-shadow: 0px 0px 20px -5px #000;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: