HTML code
Clean, semantic HTML that powers this Bootstrap 4.5.0 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<div class="section-title mb-4 pb-2">
<h4 class="title mb-4">Dashboard Screenshot</h4>
<p class="text-muted mx-auto para-desc mb-0">Splash your dream color Bring your home to lively Colors. We make it a priotity to offer flexible services to accomodate your needs</p>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row mt-4 pt-2 align-items-center">
<div class="col-lg-3 col-md-4 col-12">
<ul class="nav nav-pills nav-justified" id="pills-tab" role="tablist">
<li class="nav-item mb-4 pt-2">
<a class="nav-link rounded-pill" id="pills-cloud-tab" data-toggle="pill" href="#pills-cloud" role="tab" aria-controls="pills-cloud" aria-selected="false">
<div class="screenshot text-center pt-2 pb-2">
<h4 class="title font-weight-normal mb-0">Marketing Cloud</h4>
</div>
</a><!--end nav link-->
</li><!--end nav item-->
<li class="nav-item mb-4 pt-2">
<a class="nav-link rounded-pill" id="pills-smart-tab" data-toggle="pill" href="#pills-smart" role="tab" aria-controls="pills-smart" aria-selected="false">
<div class="screenshot text-center pt-2 pb-2">
<h4 class="title font-weight-normal mb-0">Smartest CRM</h4>
</div>
</a><!--end nav link-->
</li><!--end nav item-->
<li class="nav-item mb-4 pt-2">
<a class="nav-link rounded-pill" id="pills-apps-tab" data-toggle="pill" href="#pills-apps" role="tab" aria-controls="pills-apps" aria-selected="false">
<div class="screenshot text-center pt-2 pb-2">
<h4 class="title font-weight-normal mb-0">Commerce Apps</h4>
</div>
</a><!--end nav link-->
</li><!--end nav item-->
<li class="nav-item mb-4 pt-2">
<a class="nav-link rounded-pill active" id="pills-intelligence-tab" data-toggle="pill" href="#pills-intelligence" role="tab" aria-controls="pills-intelligence" aria-selected="true">
<div class="screenshot text-center pt-2 pb-2">
<h4 class="title font-weight-normal mb-0">Business Intelligence</h4>
</div>
</a><!--end nav link-->
</li><!--end nav item-->
</ul><!--end nav pills-->
</div><!--end col-->
<div class="col-lg-9 col-md-8 col-12 mt-4 pt-2 mt-sm-0 pt-sm-0">
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade" id="pills-cloud" role="tabpanel" aria-labelledby="pills-cloud-tab">
<img src="https://www.bootdey.com/image/800x400/FFB6C1/000000" class="img-fluid" alt="">
</div><!--end teb pane-->
<div class="tab-pane fade" id="pills-smart" role="tabpanel" aria-labelledby="pills-smart-tab">
<img src="https://www.bootdey.com/image/800x400/87CEFA/000000" class="img-fluid" alt="">
</div><!--end teb pane-->
<div class="tab-pane fade" id="pills-apps" role="tabpanel" aria-labelledby="pills-apps-tab">
<img src="https://www.bootdey.com/image/800x400/FF7F50/000000" class="img-fluid" alt="">
</div><!--end teb pane-->
<div class="tab-pane fade active show" id="pills-intelligence" role="tabpanel" aria-labelledby="pills-intelligence-tab">
<img src="https://www.bootdey.com/image/800x400/20B2AA/000000" class="img-fluid" alt="">
</div><!--end teb pane-->
</div><!--end tab content-->
</div><!--end col-->
</div><!--end row-->
</div>CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 4.5.0 to keep the design, spacing, and responsiveness consistent.
Downloadbody{margin-top:20px;
}
.nav-pills .nav-link {
color: #2f3c4e !important;
margin: auto 15px;
border: 1px solid #e9ecef;
}
.nav-pills .nav-link.active {
background-color: #f89d36;
color: #ffffff !important;
-webkit-box-shadow: 0 0 3px rgba(47, 60, 78, 0.15);
box-shadow: 0 0 3px rgba(47, 60, 78, 0.15);
}
.nav-pills a .screenshot .title {
font-size: 18px;
}
FAQ
How do I use this snippet?
Include Bootstrap 4.5.0, 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.5.0.
About this bootstrap example/template
This free Bootstrap 4.5.0 snippet, custom nav pills, was published on Oct 8th 2020, 08:14 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 4.4K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
Bootstrap 4.5.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 4.5.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