"App Features"
Bootstrap 4.1.1 Snippet by Nemra1

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 ---------->
<section class="section feature" id="feature">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title">
<h2>App Features</h2>
<p>Demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee idea of denouncing pleasure and praising</p>
</div>
</div>
</div>
<div class="row bg-elipse">
<div class="col-lg-4 align-self-center text-center text-lg-right">
<!-- Feature Item -->
<div class="feature-item">
<!-- Icon -->
<div class="icon">
<i class="tf-circle-compass"></i>
</div>
<!-- Content -->
<div class="content">
<h5>Beautiful Interface Design</h5>
<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising</p>
</div>
</div>
<!-- Feature Item -->
<div class="feature-item">
<!-- Icon -->
<div class="icon">
<i class="tf-tools-2"></i>
</div>
<!-- Content -->
<div class="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
/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Open+Sans:400,400i,700");
body {
font-family: "Open Sans", sans-serif;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans", sans-serif;
color: #5e5e5e;
font-weight: 400;
line-height: 1;
}
h1 {
font-size: 60px;
}
h2 {
font-size: 48px;
}
h3 {
font-size: 36px;
}
h4 {
font-size: 30px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 16px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: