Bootstrap snippet and html example. pricing table like material design

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: pricing

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.3.4 included, to get the result that you can see in the preview selection

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container bootstrap snippets bootdey">
    <div class="row">
        <div class="col-sm-4">
            <div class="tile pt-inner">
                <div class="pti-header bg-amber">
                    <h2>$25 <small>| mo</small></h2>
                    <div class="ptih-title">Banana Pack</div>
                </div>
        
                <div class="pti-body">
                    <div class="ptib-item">
                        Pellentesque habitant morbi tristique senectus et netusmalesuada fames ac turpis egestas.  imperdiet tristique.
                    </div>
                    <div class="ptib-item">
                        In dapibus ipsum sit amet leo
                    </div>
                    <div class="ptib-item">
                        Vestibulum ut mauris tellus. Donec
                    </div>
                    <div class="ptib-item">
                        Purna lectus venenatis felis, nonsemper
                    </div>
                    <div class="ptib-item">
                        Aliquam erat volutpat hasellus ultri
                    </div>
                </div>
        
                <div class="pti-footer">
                    <a href="" class="bg-amber"><i class="fa fa-check"></i></a>
                </div>
            </div>
        </div>
        <div class="col-sm-4">
            <div class="tile pt-inner">
                <div class="pti-header bg-green">
                    <h2>$65 <small>| mo</small></h2>
                    <div class="ptih-title">Papaya Pack</div>
                </div>
        
                <div class="pti-body">
                    <div class="ptib-item">
                        Nullam diam dolor, sollicitudin vitae magna ut, pharetra tempor velit. Donec quis egestas nisl, id porta mi. Phasellus eleifend facilisis
                    </div>
                    <div class="ptib-item">
                        Ina enim liberosed whens
                    </div>
                    <div class="ptib-item">
                        Sipsum maunich lendilwer
                    </div>
                    <div class="ptib-item">
                        Dacider mengthu ferine looking seth
                    </div>
                    <div class="ptib-item">
                        Sinnab wanliset wareder thenli
                    </div>
                </div>
        
                <div class="pti-footer">
                    <a href="" class="bg-green"><i class="fa fa-check"></i></a>
                </div>
            </div>
        </div>
        <div class="col-sm-4">
            <div class="tile pt-inner">
                <div class="pti-header bg-cyan">
                    <h2>$660 <small>| mo</small></h2>
                    <div class="ptih-title">Orange Pack</div>
                </div>
        
                <div class="pti-body">
                    <div class="ptib-item">
                        Interdum et malesuada fames ac ante ipsum primis in faucibus. Mauris iaculis laoreet mattis piuminer lasethol and envy
                    </div>
                    <div class="ptib-item">
                        Maricial wendys boraoand denish
                    </div>
                    <div class="ptib-item">
                        Manchil vallao whengoo
                    </div>
                    <div class="ptib-item">
                        Shaeel ipsum leeshan
                    </div>
                    <div class="ptib-item">
                        Hasellus ultrices tincidunt
                    </div>
                </div>
        
                <div class="pti-footer">
                    <a href="" class="bg-cyan"><i class="fa fa-check"></i></a>
                </div>
            </div>
        </div>        
	</div>
</div>

CSS code

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 3.3.4 included, to get the result that you can see in the preview selection

body{
    background:#eee;
    margin-top:20px;
}
.pt-inner {
    text-align: center;
}
.tile {
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
}
.tile {
    box-shadow: 0 1px 1px rgba(0,0,0,.07);
}
.pt-inner .pti-header {
    padding: 45px 10px 70px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.bg-amber {
    background-color: #ffc107!important;
}
.bg-green {
    background-color: #4caf50!important;
}
.bg-cyan {
    background-color: #00bcd4!important;
}
.pt-inner .pti-header>h2 {
    margin: 0;
    line-height: 100%;
    color: #fff;
    font-weight: 100;
    font-size: 50px;
}
.pt-inner .pti-header>h2 small {
    color: #fff;
    letter-spacing: 0;
    vertical-align: top;
    font-size: 16px;
    font-weight: 100;
}
.pt-inner .pti-header .ptih-title {
    background-color: rgba(0,0,0,.1);
    padding: 8px 10px 9px;
    margin: 0 -10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.pt-inner .pti-header .ptih-title {
    text-transform: uppercase;
}
.pt-inner .pti-body {
    padding: 0 23px;
}
.pt-inner .pti-body .ptib-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.pt-inner .pti-body .ptib-item {
    padding: 15px 0;
    font-weight: 400;
}
.pt-inner .pti-footer {
    padding: 10px 20px 30px;
}
.pt-inner .pti-footer>a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 60px;
    font-size: 30px;
}

Similar snippets

Bootstrap example and template. bs4 pricing page

bs4 pricing page

Bootstrap example and template. Dark Pricing Plans

Dark Pricing Plans

Bootstrap example and template. Pricing table with detail

Pricing table with detail

Bootstrap example and template. pricing table with black header

pricing table with black header

Bootstrap example and template. General Search Results

General Search Results

Bootstrap example and template. white footer

white footer

Bootstrap example and template. find jobs cards

find jobs cards

Bootstrap example and template. Admin Panel Quick Shortcuts

Admin Panel Quick Shortcuts

Bootstrap example and template. pricing table like material design

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 6.8K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.3.4

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.4 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working