"Gradient Bootstrap Pricing Table"
Bootstrap 3.3.0 Snippet by jpknegtel

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/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 id="bs-pricing-five" class="bs-pricing-five p-top-100 bg-white">
<div class="container">
<div class="section-content">
<h1 class="section-header">Our pricing is all P/M </h1>
<h3>As you move along, you get all the features of the previous boxes</h3>
</div>
<div class="row">
<div class="bs-five-area bs-radius">
<div class="col-md-3 no-padding">
<div class="bs-five">
<h6 class="text-uppercase">Free</h6>
<h1 class="bs-caption"><sup></sup>0</h1>
<p><b>For Startups</b></p>
<hr>
<ul>
<li><b>Access to basic data</b></li>
<li>Limited filters</li>
<li>Weekly digest</li>
<li>·</li>
</ul>
<a href="#0" class="btn btn-success btn-round m-top-40">Signup now</a>
</div>
</div>
<div class="col-md-3 no-padding">
<div class="bs-five active">
<h6 class="text-uppercase">Premium</h6>
<h1 class="bs-caption"><sup></sup>200</h1>
<p><b>Single seat</b></p>
<hr>
<ul>
<li><b>All data & filters</b></li>
<li><b>CSV export</b></li>
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
/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
Author's custom styles
========================================================================== */
.p-top-100{
padding:100px 0;
}
.m-top-40{
margin-top: 40px;
}
.section-content{
text-align: center;
}
/*=================================================
Pricint fiv
===================================================*/
.bs-five-area{
width:100%;
display: inline-block;
box-shadow: 0px 0px 6px 0px #ddd;
overflow: hidden;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: