"Untitled"
Bootstrap 4.1.1 Snippet by saikrishna99666

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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!-- Services -->
<section class="services">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<div class="service-item first-item">
<div class="icon"></div>
<h4>Web Design</h4>
<p>Credit goes to <a rel="nofollow" href="https://www.pexels.com">Pexels</a> and <a rel="nofollow" href="https://www.rawpixel.com">Raw Pixel</a> for images used in this template. Thank you.</p>
</div>
</div>
<div class="col-md-4">
<div class="service-item second-item">
<div class="icon"></div>
<h4>Bootstrap 4</h4>
<p>Proin aliquam facilisis ante interdum. Sed nulla feugiat tempus aliquam.</p>
</div>
</div>
<div class="col-md-4">
<div class="service-item third-item">
<div class="icon"></div>
<h4>HTML CSS</h4>
<p>Proin aliquam facilisis ante interdum. Sed nulla feugiat tempus aliquam.</p>
</div>
</div>
<div class="col-md-4">
<div class="service-item fourth-item">
<div class="icon"></div>
<h4>Download Free</h4>
<p>We have many free to use CSS web templates on our site for you.</p>
</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
/*
Ramayana CSS Template
https://templatemo.com/tm-529-ramayana
*/
@import url(fontawesome.css);
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
/* Services */
.services {
margin-top: 100px;
}
.services .container-fluid {
padding-left: 13px;
padding-right: 13px;
}
.services .col-md-4 {
padding-left: 2px;
padding-right: 2px;
}
.services .service-item {
margin-bottom: 3px;
background-color: #eaebef;
padding: 50px;
text-align: center;
transition: all 0.5s;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: