Bootstrap snippet and html example. widget user 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: users,list,widget

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 4.4.1 included, to get the result that you can see in the preview selection

<div class="container">
    <div class="row">
        <div class="col-md-5">
            <div class="widget">
                <div class="widget-content">
                    <ul class="widget-user-list">
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt=""></a></li>
                        <li class="number"><a href="#">+26</a></li>
                    </ul>
                </div>
            </div>
    	</div>
        
        <div class="col-md-5">
            <div class="widget">
                <div class="widget-content">
                    <ul class="widget-user-list">
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt=""></a></li>
                        <li class="number"><a href="#">+26</a></li>
                    </ul>
                </div>
            </div>
    	</div>
	</div>
    
    <div class="row">
        <div class="col-md-5">
            <div class="widget">
                <div class="widget-content">
                    <ul class="widget-user-list">
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar8.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt=""></a></li>
                        <li class="number"><a href="#">+26</a></li>
                    </ul>
                </div>
            </div>
    	</div>
        
        <div class="col-md-5">
            <div class="widget">
                <div class="widget-content">
                    <ul class="widget-user-list">
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt=""></a></li>
                        <li><a href="#"><img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt=""></a></li>
                        <li class="number"><a href="#">+26</a></li>
                    </ul>
                </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 4.4.1 included, to get the result that you can see in the preview selection

body{
    background:#dcdcdc;
    margin-top:20px;
}
.widget {
    background: #fff;
    margin-bottom: .75rem;
    display: block;
    position: relative;
    margin-top:40px;
}
.widget-user-list > li {
    display: inline-block;
}
.widget-user-list {
    padding: 0;
    list-style-type: none;
}
.widget-user-list {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}
.widget-user-list > li + li {
    margin-left: -1.125rem;
}
.widget-user-list > li a {
    display: block;
    border: 0.125rem solid #fff;
    overflow: hidden;
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: -0.3125rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 2.25rem;
    -moz-border-radius: 2.25rem;
    border-radius: 2.25rem;
}
.widget-user-list > li a img {
    display: block;
    max-width: 100%;
}
.widget-user-list > li.number a {
    background: #c7c7cc;
    color: #fff;
}
.widget-content, .widget-footer {
    padding: .625rem;
    background: #fff;
    position: relative;
}

Similar snippets

Bootstrap example and template. zig zag user description

zig zag user description

Bootstrap example and template. Box gallery images

Box gallery images

Bootstrap example and template. product cards

product cards

Bootstrap example and template. Blog image Gallery Widget

Blog image Gallery Widget

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. Invoice

Invoice

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. chat app

chat app

Bootstrap example and template. widget user 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 11.4K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 4.4.1

<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.4.1 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