Bootstrap snippet and html example. project progress list

Bootstrap 5.2.0 snippet "project progress list" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: project,progress,list,card

HTML code

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

<div class="container">
    <div class="row">
        <div class="col-xl-12">
            <div class="card mb-3 card-body">
                <div class="row align-items-center">
                    <div class="col-auto">
                        <a href="#!.html">
                          <img src="https://www.bootdey.com/image/280x280/FF00FF/000000" class="width-90 rounded-3" alt="">
                        </a>
                    </div>
                    <div class="col">
                        <div class="overflow-hidden flex-nowrap">
                            <h6 class="mb-1">
                                <a href="#!" class="text-reset">CRM dashboard landing page</a>
                            </h6>
                            <span class="text-muted d-block mb-2 small">
                            Updated 2 Hours Ago
                          </span>
                            <div class="row align-items-center">
                                <div class="col-12">
                                    <div class="row align-items-center g-0">
                                        <div class="col-auto">
                                            <small class="me-2">45%</small>
                                        </div>
                                        <div class="col">

                                            <!-- Progress bar -->
                                            <div class="progress bg-tint-success" style="height: 4px;">
                                                <div class="progress-bar bg-success" role="progressbar" style="width: 45%;" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"></div>
                                            </div>

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        
        
        <div class="col-xl-12">
            <div class="card mb-3 card-body">
                <div class="row align-items-center">
                    <div class="col-auto">
                        <a href="#!.html">
                          <img src="https://www.bootdey.com/image/280x280/6495ED/000000" class="width-90 rounded-3" alt="">
                        </a>
                    </div>
                    <div class="col">
                        <div class="overflow-hidden flex-nowrap">
                            <h6 class="mb-1">
                                <a href="#!" class="text-reset">CRM dashboard landing page</a>
                            </h6>
                            <span class="text-muted d-block mb-2 small">
                            Updated 2 Hours Ago
                          </span>
                            <div class="row align-items-center">
                                <div class="col-12">
                                    <div class="row align-items-center g-0">
                                        <div class="col-auto">
                                            <small class="me-2">55%</small>
                                        </div>
                                        <div class="col">

                                            <!-- Progress bar -->
                                            <div class="progress bg-tint-success" style="height: 4px;">
                                                <div class="progress-bar bg-success" role="progressbar" style="width: 55%;" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"></div>
                                            </div>

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        
        
        <div class="col-xl-12">
            <div class="card mb-3 card-body">
                <div class="row align-items-center">
                    <div class="col-auto">
                        <a href="#!.html">
                          <img src="https://www.bootdey.com/image/280x280/00FFFF/000000" class="width-90 rounded-3" alt="">
                        </a>
                    </div>
                    <div class="col">
                        <div class="overflow-hidden flex-nowrap">
                            <h6 class="mb-1">
                                <a href="#!" class="text-reset">CRM dashboard landing page</a>
                            </h6>
                            <span class="text-muted d-block mb-2 small">
                            Updated 2 Hours Ago
                          </span>
                            <div class="row align-items-center">
                                <div class="col-12">
                                    <div class="row align-items-center g-0">
                                        <div class="col-auto">
                                            <small class="me-2">25%</small>
                                        </div>
                                        <div class="col">

                                            <!-- Progress bar -->
                                            <div class="progress bg-tint-success" style="height: 4px;">
                                                <div class="progress-bar bg-success" role="progressbar" style="width: 25%;" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"></div>
                                            </div>

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        
        
        <div class="col-xl-12">
            <div class="card mb-3 card-body">
                <div class="row align-items-center">
                    <div class="col-auto">
                        <a href="#!.html">
                          <img src="https://www.bootdey.com/image/280x280/FFB6C1/000000" class="width-90 rounded-3" alt="">
                        </a>
                    </div>
                    <div class="col">
                        <div class="overflow-hidden flex-nowrap">
                            <h6 class="mb-1">
                                <a href="#!" class="text-reset">CRM dashboard landing page</a>
                            </h6>
                            <span class="text-muted d-block mb-2 small">
                            Updated 2 Hours Ago
                          </span>
                            <div class="row align-items-center">
                                <div class="col-12">
                                    <div class="row align-items-center g-0">
                                        <div class="col-auto">
                                            <small class="me-2">65%</small>
                                        </div>
                                        <div class="col">

                                            <!-- Progress bar -->
                                            <div class="progress bg-tint-success" style="height: 4px;">
                                                <div class="progress-bar bg-success" role="progressbar" style="width: 65%;" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"></div>
                                            </div>

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

CSS code

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

body{margin-top:20px;
background:#eee;
}

.card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.width-90 {
    width: 90px!important;
}
.rounded-3 {
    border-radius: 0.5rem !important;
}

a {
text-decoration:none;    
}

Similar snippets

Bootstrap example and template. light user list

light user list

Bootstrap example and template. team members with skill progress

team members with skill progress

Bootstrap example and template. latest transactions

latest transactions

Bootstrap example and template. bs4 shop cart

bs4 shop cart

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. job categories

job categories

Bootstrap example and template. Support center

Support center

Bootstrap example and template. image gellery

image gellery

FAQ

How do I use this snippet?

Include Bootstrap 5.2.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 5.2.0.

Bootstrap example and template. project progress list

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 36.3K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

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