"16+ Hover Over Button Effects"
Bootstrap 4.0.0 Snippet by xBootstrap.com

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/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="row">
<div class="row">
<div class="block">
<a href="https://www.xbootstrap.com/"><i class="hoverbtn effect-5 sub-a">Hover Over</i></a>
</div>
<div class="block">
<i class="hoverbtn effect-6">Hover Over</i>
</div>
<div class="block">
<i class="hoverbtn effect-7 sub-a">Hover Over</i>
</div>
<div class="block">
<i class="hoverbtn effect-7 sub-b">Hover Over</i>
</div>
</div>
<div class="row">
<div class="block">
<i class="hoverbtn effect-8">Hover Over</i>
</div>
<div class="block">
<i class="hoverbtn effect-9 sub-a">Hover Over</i>
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 {
background: #292929;
padding-left: 30px;
}
.row {
float: left;
width: 100%;
}
.row .block {
float: left;
width: 25%;
height: 150px;
}
.hoverbtn {
display: inline-block;
font-size: 18px;
font-weight:400;
line-height: 90px;
cursor: pointer;
margin: 20px;
width: 100%;
font-family:"Roboto";
height: 90px;
text-align: center;
position: relative;
text-decoration: none;
z-index: 1;
color: #fff;
}
.hoverbtn.small {
font-size: 20px;
line-height:45px;
width:100%;
height:45px;
margin:7px;
}
.hoverbtn.mini {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: