"Latest Prices"
Bootstrap 4.1.1 Snippet by wpdeveloper28

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 href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,800,900%7cRaleway:300,400,500,600,700" rel="stylesheet">
<section class="pricing-area pt-100 pb-100" id="pricing">
<div class="container">
<div class="row">
<div class="col-xl-8 mx-auto text-center">
<div class="section-title">
<h4>cheap rate</h4>
<h2>our prices</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-4">
<div class="single-price">
<div class="price-title">
<h4>standard</h4>
</div>
<div class="price-tag">
<h2>$25 <span>month</span></h2>
</div>
<div class="price-item">
<ul>
<li>100GB Monthly Bandwidth</li>
<li>100 Google AdWords</li>
<li>100 Domain Hosting</li>
<li>SSL Shopping Cart</li>
<li>24/7 Live Support</li>
</ul>
</div>
<a href="" class="box-btn">purchase now</a>
</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
.pb-100 {
padding-bottom: 100px;
}
.pt-100 {
padding-top: 100px;
}
a{
text-decoration:none;
}
.section-title h4 {
font-size: 14px;
font-weight: 500;
color: #777;
}
.section-title h2 {
font-size: 32px;
text-transform: capitalize;
margin: 15px 0;
display: inline-block;
position: relative;
font-weight: 700;
padding-bottom: 15px;
letter-spacing: 1px;
text-transform: uppercase;
}
.section-title p {
font-weight: 300;
font-size: 14px;
}
.black-bg .section-title h2, .black-bg .section-title h4, .black-bg .section-title p {
color:#fff
}
.section-title h2:before {
position: absolute;
content: "";
width: 150px;
height: 1px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: