"On Hover Box Color Bootstap"
Bootstrap 3.0.0 Snippet by Anita26

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="col-lg-12 col-md-12 col-sm-12 col-xs-12 text-center">
<h2>Investment Services </h2>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="service-block">
<div class="service-icon">
<img src="https://easetemplate.com/free-website-templates/quantum/images/investment.svg" alt="">
</div>
<div class="service-content">
<h4><a href="#">
Brokerage </a></h4>
<p>Erossed seronite mporise aliesente in consece erroe desonsed resonse.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="service-block">
<div class="service-icon">
<img src="https://easetemplate.com/free-website-templates/quantum/images/piggybank.svg" alt="">
</div>
<div class="service-content">
<h4> <a href="#">
Mutual Fund </a></h4>
<p>Consequat erossed ones seonempor innsecterdum phasellus laoreet vol...</p>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: 'Montserrat', sans-serif; letter-spacing: 0px; font-size: 16px; color: #676b6e; font-weight: 300; line-height: 30px; }
h1, h2, h3, h4, h5, h6 { color: #27303e; margin: 0px 0px 15px 0px; font-weight: 300; font-family: 'Montserrat', sans-serif; letter-spacing: -1px; }
h1 { font-size: 46px; line-height: 48px; }
h2 { font-size: 36px; line-height: 48px; }
h3 { font-size: 24px; line-height: 36px; font-weight: 400; }
h4 { font-size: 20px; line-height: 26px; font-weight: 400; }
h5 { font-size: 14px; font-weight: 400; }
h6 { font-size: 12px; font-weight: 400; }
p { margin: 0 0 24px; line-height: 1.8; }
p:last-child { margin: 0px; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: #27303e; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #62f38c;; }
.service-block { background-color: transparent; padding: 40px 20px; text-align: center; }
.service-icon { height: 140px; width: 140px; text-align: center; background-color: #f8f9fa; border-radius: 100%; padding: 30px; margin-bottom: 20px; align-items: center; display: inline-block; }
.service-content { }
.service-block:hover { background-color: #f8f9fa; padding: 40px 20px; text-align: center; cursor: pointer; }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: