HTML code
Clean, semantic HTML that powers this Bootstrap 5.1.3 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<section id="price-section">
<div class="container">
<div class="row justify-content-center gapsectionsecond">
<div class="col-lg-7 text-center">
<div class="title-big pb-3 mb-3">
<h3>SERVICE PRICES</h3>
</div>
<p class="description-p text-muted pe-0 pe-lg-0">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus quas optio reiciendis deleniti voluptatem facere sequi, quia, est sed dicta aliquid quidem facilis culpa iure perferendis? Dolor ad quia deserunt.
</p>
</div>
</div>
<div class="row pt-5">
<div class="col-lg-4 pb-5 pb-lg-0">
<div class="wrap-price">
<div class="price-innerdetail text-center">
<h5>MINIMUM BASIC SERVICE</h5>
<p class="prices">150$</p>
<div class="detail-pricing">
<span class="float-left"> <i class="bi bi-check2-circle"></i> Photoshoot duration </span>
<span class="float-right">4 Hours</span>
</div>
<div class="detail-pricing">
<span class="float-left"> <i class="bi bi-check2-circle"></i> Number photo</span>
<span class="float-right">50 - 200</span>
</div>
<div class="detail-pricing">
<span class="float-left"> <i class="bi bi-check2-circle"></i> Consultation</span>
<span class="float-right">Style</span>
</div>
<a href="#" class="btn btn-secondary mt-5">Schedule</a>
</div>
</div>
</div>
<div class="col-lg-4 pb-5 pb-lg-0">
<div class="wrap-price center-wrap">
<div class="price-innerdetail text-center">
<h5>PRO SERVICE</h5>
<p class="prices">350$</p>
<div class="detail-pricing">
<span class="float-left"> <i class="bi bi-check2-circle"></i> Photoshoot duration </span>
<span class="float-right">4 Hours</span>
</div>
<div class="detail-pricing">
<span class="float-left"> <i class="bi bi-check2-circle"></i> Number photo</span>
<span class="float-right">50 - 200</span>
</div>
<div class="detail-pricing">
<span class="float-left"> <i class="bi bi-check2-circle"></i> Consultation</span>
<span class="float-right">Style</span>
</div>
<a href="#" class="btn btn-secondary mt-5">Schedule</a>
</div>
</div>
</div>
<div class="col-lg-4 pb-5 pb-lg-0">
<div class="wrap-price">
<div class="price-innerdetail text-center">
<h5>STANDART SERVICE</h5>
<p class="prices">250$</p>
<div class="detail-pricing">
<span class="float-left"> <i class="bi bi-check2-circle"></i> Photoshoot duration </span>
<span class="float-right">4 Hours</span>
</div>
<div class="detail-pricing">
<span class="float-left"> <i class="bi bi-check2-circle"></i> Number photo</span>
<span class="float-right">50 - 200</span>
</div>
<div class="detail-pricing">
<span class="float-left"> <i class="bi bi-check2-circle"></i> Consultation</span>
<span class="float-right">Style</span>
</div>
<a href="#" class="btn btn-secondary mt-5">Schedule</a>
</div>
</div>
</div>
</div>
</div>
</section>
CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 5.1.3 to keep the design, spacing, and responsiveness consistent.
Downloadbody{margin-top:20px;}
.price-innerdetail h5 {
font-weight: 400;
letter-spacing: 2px;
font-size: 15px;
}
.price-innerdetail p {
font-size: 50px;
}
.detail-pricing {
border-bottom: 1px solid;
padding: 30px 0 30px 0;
}
.detail-pricing .float-left {
padding: 0 0 0 40px;
}
.detail-pricing .float-left i {
position: absolute;
left: 0;
font-size: 20px;
}
.detail-pricing span {
display: inline-block;
position: relative;
font-weight: 400;
}
.wrap-price {
background: rgba(32, 33, 36, .1);
padding: 50px 20px 50px;
border-radius: 10px;
}
.center-wrap {
background: #070707;
color: #fff;
}FAQ
How do I use this snippet?
Include Bootstrap 5.1.3, 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 5.1.3.
About this bootstrap example/template
This free Bootstrap 5.1.3 snippet, services prices, was published on Mar 3rd 2022, 07:26 by Bootdey Admin.
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 9.9K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
Bootstrap 5.1.3
<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.1.3 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