-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtext-!!!.html
50 lines (47 loc) · 1022 Bytes
/
text-!!!.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
<style type="text/css" media="screen">
.feature-section {
padding: 100px 0;
}
.text-center {
text-align: center;
}
.feature-box {
background: #f1f1f1;
padding: 46px 55px;
}
.feature-box p {
font-size: 15px;
margin: 10px 0 0;
}
</style>
<section class="feature-section text-center">
<div class="container">
<h2>Template Features</h2>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="feature-box">
<img src="assets/images/web40.png" alt="">
<p>100% Responsive</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="feature-box">
<img src="assets/images/business191.png" alt="">
<p>Elegant Design</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="feature-box">
<img src="assets/images/commands.png" alt="">
<p>Fresh & Clean Code</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="feature-box">
<img src="assets/images/news27.png" alt="">
<p>Pre Designed Home</p>
</div>
</div>
</div>
</div>
</section>