"Bootstrap triple card pricing table"
Bootstrap 4.1.1 Snippet by Giobanno

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://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Top header -->
<div class="w-50 px-3 py-3 pt-md-4 pb-md-4 mx-auto text-center">
<h1 class="display-4 font-weight-bold">Pricing</h1>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam urna massa, ullamcorper quis libero
non, semper convallis nisl. Nulla facilisi. Cras id tortor ex. Curabitur eget lectus fermentum, convallis massa
pulvinar, mattis ex.</p>
</div>
<!-- Cards container -->
<div class="container text-center">
<div class="row">
<!-- Card #1, Starter -->
<div class="col-lg-4 col-md-6 col-sm-10 pb-4 d-block m-auto">
<div class="pricing-item" style="box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.29);">
<!-- Indicator of subscription type -->
<div class="pt-4 pb-3" style="letter-spacing: 2px">
<h4>Starter</h4>
</div>
<!-- Price class -->
<div class="pricing-price pb-1 text-primary color-primary-text ">
<h1 style="font-weight: 1000; font-size: 3.5em;">
<span style=" font-size: 20px;"></span>25
</h1>
</div>
<!-- Perks of said subscription -->
<div class="pricing-description">
<ul class="list-unstyled mt-3 mb-4">
<li class="pl-3 pr-3">30 users included</li>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: