"Bootstrap 4 Our Services"
Bootstrap 4.1.1 Snippet by rishavt05

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 rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!------ Include the above in your HEAD tag ---------->
<!-- Services Area Start -->
<section>
<h1 class="service-head">Our Services</h1>
<div class="container">
<div class="row our-service">
<div class="col-md-4">
<div class="service-box">
<div class="service-img">
<img src="https://hostpapa.blog/blog/wp-content/uploads/2017/03/SEO-2016.jpg" alt="">
</div>
<div class="service-content">
<div class="service-title">
<h4><a href="#">SEO</a></h4>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas in pulvinar neque.</p>
<a href="#" class="box_btn">read more</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-img">
<img src="https://hostpapa.blog/blog/wp-content/uploads/2017/03/SEO-2016.jpg" alt="">
</div>
<div class="service-content">
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=Cinzel+Decorative:700|Roboto&display=swap');
body {
margin: 0;
padding: 0;
background: #ffffff;
font-family: 'Roboto', sans-serif;
}
.service-head{
text-align: center;
font-family: 'Cinzel Decorative', cursive;
}
/* Services End */
.our-service .col-md-4{
margin-bottom: 20px;
}
.service-img {
position: relative;
}
.service-img img {
width: 100%;
}
.service-box:hover img {
opacity: .85;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
}
.service-content {
padding: 30px 20px;
}
.service-box {
border: 1px solid #eee;
}
.service-title h4 {
font-size: 20px;
font-weight: 500;
margin-bottom: 5px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: