"Material Style 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-six" class="bs-pricing-four roomy-50 bg-white fix">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="bs bs-pricing">
<div class="cotent">
<h3 class="category">Personal</h3>
<h1 class="bs-caption"><small>$</small>11</h1>
<ul>
<li><b>5 GB</b> Space</li>
<li><b>2 GB</b> RAM</li>
<li><b>24/7</b> Tech Support</li>
<li><b>Auto</b> Backup</li>
<li>Monthly Backups</li>
<li>8 CPU Core</li>
</ul>
<a href="https://bootstrapthemes.co" class="btn btn-danger">Buy Now</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="bs bs-pricing">
<div class="cotent">
<h3 class="category">Business</h3>
<h1 class="bs-caption"><small>$</small>15</h1>
<ul>
<li><b>5 GB</b> Space</li>
<li><b>2 GB</b> RAM</li>
<li><b>24/7</b> Tech Support</li>
<li><b>Auto</b> Backup</li>
<li>Monthly Backups</li>
<li>8 CPU Core</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
========================================================================== */
body {
background: #EDEDED;
}
.roomy-50{
padding:50px 0px;
}
.p-top-100{
padding:100px;
}
/* ======= PRICING ======= */
.bs-pricing-four {
font-size: 16px;
font-family: 'Open Sans', sans-serif;
}
.bs-pricing {
background:#fff;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: