Bootstrap snippet and html example. pricing plans with sizes

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,plans,pricing-plans

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 5.2.0 included, to get the result that you can see in the preview selection

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css" integrity="sha256-2XFplPlrFClt0bIdPgpz8H7ojnk10H69xRqd9+uTShA=" crossorigin="anonymous" />

<div class="container text-center mt-7">
    <h1 class="text-darkblue">Choose your plan</h1>
    <p class="text-darkblue mt-2">
      Pick the plan that fits your needs. Your <strong>first 15 days</strong> are on us.
    </p>
  </div>
  <div class="container mt-5">
    <div class="row">
      <!-- Beginner plan -->
      <div class="col-lg-4">
        <div class="card">
          <div class="card-body">
            <h5 class="text-center fw-normal">
              Beginner
            </h5>

            <div class="d-flex justify-content-center">
              <span class="h3 align-self-center mb-0">$</span>
              <span class="display-4">29</span>
              <span class="h4 align-self-end mb-3">/mo</span>
            </div>

            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                <strong>3</strong> Collaborators
              </span>
            </div>
            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                <strong>10</strong> Projects
              </span>
            </div>
            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                <strong>1GB</strong> data storage
              </span>
            </div>
            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                <strong>3%</strong> Transaction fee
              </span>
            </div>

            <a href="#!" class="btn btn-pastel-primary btn-lg d-block hover-lift-light mt-5">
              Choose this plan
            </a>
          </div>
        </div>
      </div>

      <!-- Professional plan -->
      <div class="col-lg-4 mt-4 mt-lg-0">
        <div class="card">
          <div class="card-body">
            <h5 class="text-center fw-normal">
              Professional
            </h5>

            <div class="d-flex justify-content-center">
              <span class="h3 align-self-center mb-0">$</span>
              <span class="display-4">79</span>
              <span class="h4 align-self-end mb-3">/mo</span>
            </div>

            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                <strong>10</strong> Collaborators
              </span>
            </div>
            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                <strong>30</strong> Projects
              </span>
            </div>
            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                <strong>5GB</strong> data storage
              </span>
            </div>
            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                Exclusive Support
              </span>
            </div>
            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                <strong>1.5%</strong> Transaction fee
              </span>
            </div>

            <a href="#!" class="btn btn-primary btn-lg d-block hover-lift-light mt-5">
              Choose this plan
            </a>
          </div>
        </div>
      </div>

      <!-- Enterprise plan -->
      <div class="col-lg-4 mt-4 mt-lg-0">
        <div class="card">
          <div class="card-body">
            <h5 class="text-center fw-normal">
              Enterprise
            </h5>

            <div class="d-flex justify-content-center">
              <span class="h3 align-self-center mb-0">$</span>
              <span class="display-4">109</span>
              <span class="h4 align-self-end mb-3">/mo</span>
            </div>

            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                <strong>Unlimited</strong> collaborators
              </span>
            </div>
            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                <strong>Unlimited</strong> projects
              </span>
            </div>
            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                <strong>50GB</strong> data storage
              </span>
            </div>
            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                <strong>VIP</strong> Support
              </span>
            </div>
            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                No license needed
              </span>
            </div>
            <div class="d-flex align-items-center mt-3 ps-2">
              <div class="icon-circle icon-circle-sm bg-pastel-success text-success">
                <i class="fas fa-check fa-sm"></i>
              </div>
              <span class="ms-3">
                No transaction fee
              </span>
            </div>

            <a href="#!" class="btn btn-pastel-primary btn-lg d-block hover-lift-light mt-5">
              Choose this plan
            </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 5.2.0 included, to get the result that you can see in the preview selection

body{padding-top:20px;
background-color: rgba(235, 238, 255, 1) !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(30,46,80,.09);
    border-radius: 0.25rem;
}

.btn-pastel-primary {
    color: #2083fe;
    background-color: #e9f3ff;
    border-color: #e9f3ff;
}
.hover-lift-light {
    transition: box-shadow .25s ease,transform .25s ease,color .25s ease,background-color .15s ease-in;
}
.icon-circle-sm {
    width: 2.2rem;
    height: 2.2rem;
}
.icon-circle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
}
.bg-pastel-success {
    background-color: #ebf8f4!important;
}

Similar snippets

Bootstrap example and template. bs4 promo pricing table

bs4 promo pricing table

Bootstrap example and template. Pricing options

Pricing options

Bootstrap example and template. Choose a Plan Table

Choose a Plan Table

Bootstrap example and template. bs4 beta pricing

bs4 beta pricing

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. chat app

chat app

Bootstrap example and template. Gradients dashboard cards

Gradients dashboard cards

Bootstrap example and template. bs4 invoice

bs4 invoice

Bootstrap example and template. pricing plans with sizes

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 254 views, Using this bootstrap snippet you have the following benefits:

Bootstrap 5.2.0

<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>

<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>

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