"sample text- 3boxes with icon"
Bootstrap 3.0.0 Snippet by jeevan123456

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 ---------->
<section class="intro-section-padding">
<div class="container">
<div class="site-title margin-b-40">
<h3>Why Choose Us</h3>
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit sed tempor incididuntt</p>
</div>
<div class="row">
<div class="col-md-4 intro-column">
<div class="intro-icon">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
<div class="intro-content">
<h5>Easily Customised</h5>
<p>Easily customise Sedna to suit your start up, portfolio or product. Take advantage of the layered Sketch file and bring your product to life.</p>
</div>
</div>
<div class="col-md-4 intro-column">
<div class="intro-icon">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
<div class="intro-content">
<h5>Modern Design</h5>
<p>Designed with modern trends and techniques in mind, Sedna will help your product stand out in an already saturated market.</p>
</div>
</div>
<div class="col-md-4 intro-column">
<div class="intro-icon">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
<div class="intro-content last">
<h5>Responsive Development</h5>
<p>Built using the latest web technologies like html5, css3, and jQuery, rest assured Sedna will look smashing on every device under the sun.</p>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
.icon {
color : red;
font-size:30px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: