Bootstrap snippet and html example. bs4 beta pricing

Bootstrap 4.0.0-beta snippet "bs4 beta pricing" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: pricing

HTML code

Clean, semantic HTML that powers this Bootstrap 4.0.0-beta snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<div class="container">
    <div class="row text-center">
        <div class="col-lg-3">
            <div class="card plan-card">
                <div class="card-block">
                    <div class="pt-3 pb-3">
                        <h1><i class="fa fa-plane plan-icon"></i></h1>
                        <h6 class="text-uppercase text-primary">Starter Pack</h6>
                    </div>
                    <div>
                        <h1 class="plan-price padding-b-15">$19<span class="text-muted m-l-10"><sup>Per Month</sup></span></h1>
                        <div class="plan-div-border"></div>
                    </div>
                    <div class="plan-features pb-3 mt-3 text-muted padding-t-b-30">
                        <p>Free Live Support</p>
                        <p>Unlimited User</p>
                        <p>No Time Tracking</p>
                        <p>Free Setup</p>
                        <a href="#" class="btn btn-primary">Sign Up Now</a>
                    </div>
                </div>
            </div>
        </div>
        <div class="col-lg-3">
            <div class="card plan-card">
                <div class="card-block">
                    <div class="pt-3 pb-3">
                        <h1><i class="fa fa-trophy plan-icon bg-dark"></i></h1>
                        <h6 class="text-uppercase text-dark">Professional Pack</h6>
                    </div>
                    <div>
                        <h1 class="plan-price padding-b-15">$29<span class="text-muted m-l-10"><sup>Per Month</sup></span></h1>
                        <div class="plan-div-border"></div>
                    </div>
                    <div class="plan-features pb-3 mt-3 text-muted padding-t-b-30">
                        <p>Free Live Support</p>
                        <p>Unlimited User</p>
                        <p>No Time Tracking</p>
                        <p>Free Setup</p>
                        <a href="#" class="btn btn-dark">Sign Up Now</a>
                    </div>
                </div>
            </div>
        </div>

        <div class="col-lg-3">
            <div class="card plan-card">
                <div class="card-block">
                    <div class="pt-3 pb-3">
                        <h1><i class="fa fa-umbrella plan-icon bg-pink"></i></h1>
                        <h6 class="text-uppercase text-pink">Enterprise Pack</h6>
                    </div>
                    <div>
                        <h1 class="plan-price padding-b-15">$39<span class="text-muted m-l-10"><sup>Per Month</sup></span></h1>
                        <div class="plan-div-border"></div>
                    </div>
                    <div class="plan-features pb-3 mt-3 text-muted padding-t-b-30">
                        <p>Free Live Support</p>
                        <p>Unlimited User</p>
                        <p>No Time Tracking</p>
                        <p>Free Setup</p>
                        <a href="#" class="btn btn-pink">Sign Up Now</a>
                    </div>
                </div>
            </div>
        </div>

        <div class="col-lg-3">
            <div class="card plan-card">
                <div class="card-block">
                    <div class="pt-3 pb-3">
                        <h1><i class="fa fa-cube plan-icon bg-teal"></i></h1>
                        <h6 class="text-uppercase text-teal">Unlimited Pack</h6>
                    </div>
                    <div>
                        <h1 class="plan-price padding-b-15">$49<span class="text-muted m-l-10"><sup>Per Month</sup></span></h1>
                        <div class="plan-div-border"></div>
                    </div>
                    <div class="plan-features pb-3 mt-3 text-muted padding-t-b-30">
                        <p>Free Live Support</p>
                        <p>Unlimited User</p>
                        <p>No Time Tracking</p>
                        <p>Free Setup</p>
                        <a href="#" class="btn btn-teal">Sign Up Now</a>
                    </div>
                </div>
            </div>
        </div>

    </div>

</div>

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 4.0.0-beta to keep the design, spacing, and responsiveness consistent.

body {
    margin-top: 20px;
}


/* ==============
  Pricing
===================*/

.plan-card .plan-icon {
    display: inline-block;
    font-size: 35px;
    width: 100px;
    height: 100px;
    color: #ffffff;
    line-height: 76px;
    overflow: hidden;
    border: 12px solid #ffffff;
    border-radius: 50%;
    background: #67a8e4;
    box-shadow: 0 0 3px #cccccc;
    transition: all .3s;
}

.plan-card .plan-price span {
    font-size: 15px;
    vertical-align: middle;
}

.plan-card .plan-features p {
    line-height: 32px;
}

.bg-pink {
    background-color: #f06292 !important;
}

.bg-teal {
    background-color: #009688 !important;
}

.text-pink {
    color: #f06292 !important;
}

.text-teal {
    color: #009688 !important;
}

.btn-pink {
    background-color: #f06292;
    border: 1px solid #f06292;
    color: #ffffff;
}

.btn-teal {
    background-color: #009688;
    border: 1px solid #009688;
    color: #ffffff;
}

Similar snippets

Bootstrap example and template. Bootstrap Colored Panel Pricing Table

Bootstrap Colored Panel Pricing Table

Bootstrap example and template. Combine Pricing table elegance

Combine Pricing table elegance

Bootstrap example and template. bs4 light our pricing page

bs4 light our pricing page

Bootstrap example and template. Pricing table

Pricing table

Bootstrap example and template. bs4 card widget

bs4 card widget

Bootstrap example and template. Vertical Timeline with lines

Vertical Timeline with lines

Bootstrap example and template. User profile with post list

User profile with post list

Bootstrap example and template. icon block

icon block

FAQ

How do I use this snippet?

Include Bootstrap 4.0.0-beta, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 4.0.0-beta.

Bootstrap example and template. bs4 beta pricing

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 8.3K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 4.0.0-beta

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

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

This code example is based on bootstrap 4.0.0-beta 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