Bootstrap snippet and html example. project progress card

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

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-5 mb-3 mb-lg-5">
            <div class="card">
                <div class="card-body">
                    <div class="d-flex flex-column text-center align-items-center">

                        <div class="flex-grow-1 pt-4">
                            <span class="d-block text-muted">Updated 2h ago</span>
                            <h5>Prosperops development</h5>
                            <div class="mb-4">
                                <span class="badge rounded-pill bg-success">In Progress</span>
                            </div>
                            <div class="avatar-group">
                                <a href="#!.html" class="avatar-group-item avatar sm rounded-circle" data-tippy-placement="top" data-tippy-content="Gabriel H">
                                    <img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="..." class="avatar-group-img rounded-circle" />
                                </a>
                                <a href="#!.html" class="avatar-group-item avatar sm rounded-circle" data-tippy-placement="top" data-tippy-content="Emily Doe">
                                    <img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="..." class="avatar-group-img rounded-circle" />
                                </a>
                                <a href="#!.html" class="avatar-group-item avatar sm rounded-circle" data-tippy-placement="top" data-tippy-content="Adam Howkins">
                                    <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="..." class="avatar-group-img rounded-circle" />
                                </a>
                                <a href="#!.html" class="avatar-group-item d-flex align-items-center justify-content-center bg-gray text-body avatar sm rounded-circle" data-tippy-placement="top" data-tippy-content="6 more members">
                                    <b>+6</b>
                                </a>
                            </div>
                        </div>
                    </div>
                </div>

                <!--Footer states-->
                <div class="card-footer py-0 border-top">
                    <div class="row">
                        <div class="col text-center p-3">
                            <h4 class="fs-5 mb-1">218</h4>
                            <span class="d-block font-size-sm">Tasks</span>
                        </div>

                        <div class="col p-3 text-center border-end border-start">
                            <h4 class="fs-5 mb-1">468</h4>
                            <span class="d-block font-size-sm">Hours</span>
                        </div>

                        <div class="col p-3 text-center">
                            <h4 class="fs-5 mb-1">14</h4>
                            <span class="d-block font-size-sm">Days left</span>
                        </div>
                    </div>
                </div>
            </div>
        </div>       
        
        <div class="col-xl-5 mb-3 mb-lg-5">
            <div class="card">
                <div class="card-body">
                    <div class="d-flex flex-column text-center align-items-center">
                        <div class="flex-grow-1 pt-4">
                            <span class="d-block text-muted">Updated 2h ago</span>
                            <h5>Prosperops development</h5>
                            <div class="mb-4">
                                <span class="badge rounded-pill bg-success">In Progress</span>
                            </div>
                            <div class="avatar-group">
                                <a href="#!.html" class="avatar-group-item avatar sm rounded-circle" data-tippy-placement="top" data-tippy-content="Gabriel H">
                                    <img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="..." class="avatar-group-img rounded-circle" />
                                </a>
                                <a href="#!.html" class="avatar-group-item avatar sm rounded-circle" data-tippy-placement="top" data-tippy-content="Emily Doe">
                                    <img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="..." class="avatar-group-img rounded-circle" />
                                </a>
                                <a href="#!.html" class="avatar-group-item avatar sm rounded-circle" data-tippy-placement="top" data-tippy-content="Adam Howkins">
                                    <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="..." class="avatar-group-img rounded-circle" />
                                </a>
                                <a href="#!.html" class="avatar-group-item d-flex align-items-center justify-content-center bg-gray text-body avatar sm rounded-circle" data-tippy-placement="top" data-tippy-content="6 more members">
                                    <b>+6</b>
                                </a>
                            </div>
                        </div>
                    </div>
                </div>

                <!--Footer states-->
                <div class="card-footer py-0 border-top">
                    <div class="row">
                        <div class="col text-center p-3">
                            <h4 class="fs-5 mb-1">218</h4>
                            <span class="d-block font-size-sm">Tasks</span>
                        </div>

                        <div class="col p-3 text-center border-end border-start">
                            <h4 class="fs-5 mb-1">468</h4>
                            <span class="d-block font-size-sm">Hours</span>
                        </div>

                        <div class="col p-3 text-center">
                            <h4 class="fs-5 mb-1">14</h4>
                            <span class="d-block font-size-sm">Days left</span>
                        </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;
}

.avatar-group .avatar-group-item {
    display: inline-block;
    position: relative;
    margin-left: -0.5rem;
    border: 2px solid var(--bs-card-bg);
}
.avatar.sm {
    width: 2.25rem;
    height: 2.25rem;
    font-size: .818125rem;
}
.avatar-group .avatar-group-item .avatar-group-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.avatar img {
    max-width: 100%;
    display: block;
}

.avatar-group .avatar-group-item {
    display: inline-block;
    position: relative;
    margin-left: -0.5rem;
    border: 2px solid #000;
}
.avatar.sm {
    width: 2.25rem;
    height: 2.25rem;
    font-size: .818125rem;
}
.avatar-group {
    display: inline-flex;
    align-items: stretch;
}
.bg-gray {
    --bs-bg-opacity: 1;
    background-color: #FF7F50 !important;
}
.card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

Similar snippets

Bootstrap example and template. projects progress

projects progress

Bootstrap example and template. Card user transfer list

Card user transfer list

Bootstrap example and template. bs4 project list with progress

bs4 project list with progress

Bootstrap example and template. User grid

User grid

Bootstrap example and template. chat app

chat app

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. project progress list

project progress list

Bootstrap example and template. small change password form

small change password form

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 card

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 6.6K+ 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