Bootstrap snippet and html example. project progress list

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: project,progress,list,card

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

<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

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{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. bs4 simple social network post

bs4 simple social network post

Bootstrap example and template. Social network feed list

Social network feed list

Bootstrap example and template. Followers page

Followers page

Bootstrap example and template. Messages Board

Messages Board

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. profile edit data and skills

profile edit data and skills

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. Invoice

Invoice

Bootstrap example and template. project progress list

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 30.9K 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