Bootstrap snippet and html example. bandwidth summary card

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: card,bandwidth

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-12 col-xl-12 mb-3 mb-lg-5">
            <div class="card h-100">
                <div class="card-header d-flex align-items-center">
                    <h5 class="mb-0 flex-grow-1 text-truncate pe-3">Bandwidth Summary</h5>
                    <a href="#!" class="flex-shrink-0 btn btn-sm btn-light">
                        Download Report</a>
                </div>
                <div class="card-body p-0">
                    <div class="row mx-0">
                        <div class="col-sm-6 col-12 p-4 border-bottom border-end-sm">
                            <!--::begin bandwidth card-->
                            <div class="position-relative">

                                <div class="position-relative">
                                    <div class="d-flex align-items-center justify-content-between">
                                        <div>
                                            <span class="fs-4 fw-bold">393</span>
                                            <span class="small">Mb</span>
                                        </div>
                                        <p class="mb-0">HTTP Traffic</p>
                                    </div>
                                    <!--Progress bar-->
                                    <div class="progress my-2 height-5">
                                        <div class="progress-bar rounded-pill progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Animated striped example" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%"></div>
                                    </div>
                                    <div class="d-flex align-items-center justify-content-between">
                                        <p class="mb-0 small">Monthly target</p>
                                        <p class="mb-0 small">17%</p>
                                    </div>
                                </div>
                            </div>
                            <!--::/.end bandwidth card-->
                        </div>
                        <div class="col-sm-6 col-12 p-4 border-bottom">
                            <!--::begin bandwidth card-->
                            <div class="position-relative">

                                <div class="position-relative">
                                    <div class="d-flex align-items-center justify-content-between">
                                        <div>
                                            <span class="fs-4 fw-bold">151</span>
                                            <span class="small">Mb</span>
                                        </div>
                                        <p class="mb-0">SMTP Traffic</p>
                                    </div>
                                    <!--Progress bar-->
                                    <div class="progress my-2 height-5">
                                        <div class="progress-bar bg-warning rounded-pill progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Animated striped example" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%"></div>
                                    </div>
                                    <div class="d-flex align-items-center justify-content-between">
                                        <p class="mb-0 small">Monthly target</p>
                                        <p class="mb-0 small">34%</p>
                                    </div>
                                </div>
                            </div>
                            <!--::/.end bandwidth card-->
                        </div>
                        <div class="col-sm-6 col-12 p-4 border-end-sm border-bottom border-bottom-sm-0">
                            <!--::begin bandwidth card-->
                            <div class="position-relative">

                                <div class="position-relative">
                                    <div class="d-flex align-items-center justify-content-between">
                                        <div>
                                            <span class="fs-4 fw-bold">247</span>
                                            <span class="small">Mb</span>
                                        </div>
                                        <p class="mb-0">FTP Traffic</p>
                                    </div>
                                    <!--Progress bar-->
                                    <div class="progress my-2 height-5">
                                        <div class="progress-bar rounded-pill bg-success progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Animated striped example" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%"></div>
                                    </div>
                                    <div class="d-flex align-items-center justify-content-between">
                                        <p class="mb-0 small">Monthly target</p>
                                        <p class="mb-0 small">21%</p>
                                    </div>
                                </div>
                            </div>
                            <!--::/.end bandwidth card-->
                        </div>
                        <div class="col-sm-6 col-12 p-4">
                            <!--::begin bandwidth card-->
                            <div class="position-relative">
                                <div class="position-relative">
                                    <div class="d-flex align-items-center justify-content-between">
                                        <div>
                                            <span class="fs-4 fw-bold">27</span>
                                            <span class="small">Mb</span>
                                        </div>
                                        <p class="mb-0">POP3 Traffic
                                        </p>
                                    </div>
                                    <!--Progress bar-->
                                    <div class="progress my-2 height-5">
                                        <div class="progress-bar rounded-pill bg-danger progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Animated striped example" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%"></div>
                                    </div>
                                    <div class="d-flex align-items-center justify-content-between">
                                        <p class="mb-0 small">Monthly target</p>
                                        <p class="mb-0 small">18%</p>
                                    </div>
                                </div>
                            </div>
                            <!--::/.end bandwidth card-->
                        </div>

                    </div>
                    <div class="p-4 mt-4 bg-info bg-opacity-10 rounded-bottom-xl">
                        <div class="row align-items-center">
                            <div class="col">
                                <h5 class="text-danger">Running out of your space?</h5>
                                <p>Your storage will be running out soon. Get more space and powerful productivity features.
                                </p>
                                <a href="#!" class="btn btn-light">Upgrade to Pro</a>
                            </div>
                            <div class="col-auto">
                                <img src="https://www.bootdey.com/image/280x280/FFB6C1/000000" class="width-120 h-auto" alt="">
                            </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-120 {
    width: 120px!important;
}
.h-auto {
    height: auto!important;
}

.height-5 {
    height: 5px!important;
}

Similar snippets

Bootstrap example and template. project progress card

project progress card

Bootstrap example and template. User grid

User grid

Bootstrap example and template. Profile card with header

Profile card with header

Bootstrap example and template. profile card with animation

profile card with animation

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. invoice card

invoice card

Bootstrap example and template. friend zone user list

friend zone user list

Bootstrap example and template. bandwidth summary card

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 219 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