"best pricing table"
Bootstrap 4.0.0 Snippet by csshint

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.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/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 rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" />
<link href="https://fonts.googleapis.com/css?family=Raleway:500,800" rel="stylesheet">
<div class="best-plan">
<div class="container">
<div class="best-plan__head">
<div class="row">
<div class="col-md-12">
<h3 class="best-plan__title">Best Pricing Table</h3>
</div>
</div>
</div>
<div class="b_plan_body">
<div class="row">
<div class="col-md-4 col-sm-4">
<!-- price plans item begin -->
<div class="b-price-plan">
<div class="b-price-plan__item b-price-plan__head">
<h3>Standard</h3>
</div>
<div class="b-price-plan__item b-price-plan__cost">
<div class="cost-title">4<span>99</span></div>
<div class="cost-time">Monthly</div>
</div>
<ul class="p_plan_list">
<li><i class="fa fa-laptop" aria-hidden="true"></i> 1 Site</li>
<li><i class="fa fa-hdd-o" aria-hidden="true"></i> 1 GB Storage</li>
<li><i class="fa fa-database" aria-hidden="true"></i> Database unlimited</li>
<li><i class="fa fa-diamond" aria-hidden="true"></i> Free test</li>
<li><i class="fa fa-cogs" aria-hidden="true"></i> Support 24 x 7</li>
</ul>
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
body{
background:#cddc36 !important;
font-family: 'Raleway', sans-serif;
}
.best-plan{
margin: 0 auto 30px auto;
position: relative;
z-index: 99;
font-family: 'Raleway', sans-serif;
font-size: 15px;
line-height: 1.55;
color: rgba(51,51,51,1);
font-weight: 300;
}
.best-plan__head{
text-align: center;
margin-bottom: 45px;
}
.best-plan__title{
font-size: 36px;
margin-bottom: 15px;
margin-top:50px;
font-weight: 800;
color:#3c2f17;
}
.best-plan__title + p{
font-size: 18px;
font-weight: 300;
}
.b-price-plan{
border: 1px solid rgba(125,138,164,.25);
max-width: 450px;
margin: 0 auto 30px auto;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: