"Gradient Bootstrap Pricing Table"
Bootstrap 3.3.0 Snippet by bootstrapthemes

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="row">
<div class="bs-five-area bs-radius">
<div class="col-md-3 no-padding">
<div class="bs-five">
<h6 class="text-uppercase">Free Trial</h6>
<h1 class="bs-caption"><sup>$</sup>00</h1>
<p>No Credit Cart Needed</p>
<ul>
<li><b>25 Free Images</b></li>
<li>Custom Domain</li>
<li>24/7 Customer Support</li>
<li>·</li>
</ul>
<a href="https://bootstrapthemes.co" class="btn btn-success btn-round m-top-40">Buy Now</a>
</div>
</div>
<div class="col-md-3 no-padding">
<div class="bs-five active">
<h6 class="text-uppercase">Planet</h6>
<h1 class="bs-caption"><sup>$</sup>49</h1>
<p>No Credit Cart Needed</p>
<ul>
<li><b>60 Free Images</b></li>
<li>Monthly Backups</li>
<li>Custom Domain</li>
<li>24/7 Customer Support</li>
</ul>
<a href="https://bootstrapthemes.co" class="btn btn-success btn-round m-top-40">Buy 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
/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
Author's custom styles
========================================================================== */
.p-top-100{
padding:100px 0;
}
.m-top-40{
margin-top: 40px;
}
/*=================================================
Pricint fiv
===================================================*/
.bs-five-area{
width:100%;
display: inline-block;
box-shadow: 0px 0px 6px 0px #ddd;
overflow: hidden;
position: relative;
font-family: 'Open Sans', sans-serif;
text-align: center;
}
.bs-five-area.bs-radius{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: