"Card Effect on hover + ravi"
Bootstrap 4.1.1 Snippet by ravi7284007

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.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/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 ---------->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/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 ---------->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap" rel="stylesheet">
<div class="box">
<div class="container">
<h2 class="heading">New Card Style</h2>
<div class="row">
<div class="col-md-4">
<figure class="text-center">
<img src="https://picsum.photos/400/233" alt="img1">
<figcaption>
<h5>Our Services</h5>
<h3>How We Can Help</h3>
</figcaption>
</figure>
</div>
<div class="col-md-4">
<figure class="text-center">
<img src="https://picsum.photos/402/233" alt="img1">
<figcaption>
<h5>Our Expertise</h5>
<h3>Why Partners with us</h3>
</figcaption>
</figure>
</div>
<div class="col-md-4">
<figure class="text-center">
<img src="https://picsum.photos/401/233" alt="img1">
<figcaption>
<h5>Our customers</h5>
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
html {
font-size: 62.5%;
}
body {
font-family: "Montserrat", sans-serif;
}
button:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
a,
a:hover {
text-decoration: none;
display: inline-block;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
img {
display: inline-block;
max-width: 100%;
}
@media (min-width: 1200px) {
.container {
max-width: 1300px;
}
}
.box{
margin:5rem 0 15rem;
}
.heading{
text-align: center;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: