Bootstrap snippet and html example. followers list

Bootstrap 3.3.4 snippet "followers list" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: followers,users,list,social network

HTML code

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

<div class="container bootstrap snippets bootdey">
    <div class="row mb-4x mt-4x">
        <div class="col-xs-12 bg-white">
          <div class="p-2x">
            <h1>You Have 1,248 Followers</h1>
            <p class="lead">83% of them are your Customers.</p>
          </div>
        </div>
    </div>
    <div class="row">
        <div class="col-md-6 col-sm-6">
          <div class="panel fade in panel-default" data-init-panel="true">
            <div class="embed-responsive embed-responsive-16by9 corner-top">
              <img class="embed-responsive-item" src="https://www.bootdey.com/image/250x250/" alt="cover">
              <div class="embed-overlay bg-grd-dark"></div>
            </div>
        
            <div class="embed-extend-item">
              <a href="#" class="kit-avatar kit-avatar-96 border-white pull-left">
                <img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="avatar">
              </a>
              <h3 class="subhead"><a href="#">Maribel Padilla</a> <small>UI Designer</small></h3>
            </div>
        
            <div class="panel-body">
              <div class="row">
                <div class="col-xs-4 bordered-right">
                  <h5 class="text-center"><small>STARS</small><br><strong>1,397</strong></h5>
                </div>
                <div class="col-xs-4 bordered-right">
                  <h5 class="text-center"><small>PROJECTS</small><br><strong>26</strong></h5>
                </div>
                <div class="col-xs-4">
                  <h5 class="text-center"><small>SALES</small><br><strong>24,170</strong></h5>
                </div>
              </div>
            </div>
          </div>
        </div>
        
        
        <div class="col-md-6 col-sm-6">
          <div class="panel fade in panel-default" data-init-panel="true">
            <div class="embed-responsive embed-responsive-16by9 corner-top">
              <img class="embed-responsive-item" src="https://www.bootdey.com/image/250x250/" alt="cover">
              <div class="embed-overlay bg-grd-dark"></div>
            </div>
        
            <div class="embed-extend-item">
              <a href="#" class="kit-avatar kit-avatar-96 border-white pull-left">
                <img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="avatar">
              </a>
              <h3 class="subhead"><a href="#">Maribel Padilla</a> <small>UI Designer</small></h3>
            </div>
        
            <div class="panel-body">
              <div class="row">
                <div class="col-xs-4 bordered-right">
                  <h5 class="text-center"><small>STARS</small><br><strong>1,397</strong></h5>
                </div>
                <div class="col-xs-4 bordered-right">
                  <h5 class="text-center"><small>PROJECTS</small><br><strong>26</strong></h5>
                </div>
                <div class="col-xs-4">
                  <h5 class="text-center"><small>SALES</small><br><strong>24,170</strong></h5>
                </div>
              </div>
            </div>
          </div>
        </div>
        
        
        <div class="col-md-6 col-sm-6">
          <div class="panel fade in panel-default" data-init-panel="true">
            <div class="embed-responsive embed-responsive-16by9 corner-top">
              <img class="embed-responsive-item" src="https://www.bootdey.com/image/250x250/" alt="cover">
              <div class="embed-overlay bg-grd-dark"></div>
            </div>
        
            <div class="embed-extend-item">
              <a href="#" class="kit-avatar kit-avatar-96 border-white pull-left">
                <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="avatar">
              </a>
              <h3 class="subhead"><a href="#">Maribel Padilla</a> <small>UI Designer</small></h3>
            </div>
        
            <div class="panel-body">
              <div class="row">
                <div class="col-xs-4 bordered-right">
                  <h5 class="text-center"><small>STARS</small><br><strong>1,397</strong></h5>
                </div>
                <div class="col-xs-4 bordered-right">
                  <h5 class="text-center"><small>PROJECTS</small><br><strong>26</strong></h5>
                </div>
                <div class="col-xs-4">
                  <h5 class="text-center"><small>SALES</small><br><strong>24,170</strong></h5>
                </div>
              </div>
            </div>
          </div>
        </div>
        
        
        <div class="col-md-6 col-sm-6">
          <div class="panel fade in panel-default" data-init-panel="true">
            <div class="embed-responsive embed-responsive-16by9 corner-top">
              <img class="embed-responsive-item" src="https://www.bootdey.com/image/250x250/" alt="cover">
              <div class="embed-overlay bg-grd-dark"></div>
            </div>
        
            <div class="embed-extend-item">
              <a href="#" class="kit-avatar kit-avatar-96 border-white pull-left">
                <img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt="avatar">
              </a>
              <h3 class="subhead"><a href="#">Maribel Padilla</a> <small>UI Designer</small></h3>
            </div>
        
            <div class="panel-body">
              <div class="row">
                <div class="col-xs-4 bordered-right">
                  <h5 class="text-center"><small>STARS</small><br><strong>1,397</strong></h5>
                </div>
                <div class="col-xs-4 bordered-right">
                  <h5 class="text-center"><small>PROJECTS</small><br><strong>26</strong></h5>
                </div>
                <div class="col-xs-4">
                  <h5 class="text-center"><small>SALES</small><br><strong>24,170</strong></h5>
                </div>
              </div>
            </div>
          </div>
        </div>
    </div>
</div>

CSS code

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

body{
    margin-top:20px;
    background-color: #F5F7FA;
}
.mb-4x {
    margin-bottom: 24px;
}
.mt-4x {
    margin-top: 24px;
}
.bg-white {
    background-color: #fff!important;
    color: rgba(22,24,27,.87);
}
.panel {
    border: none;
    box-shadow: 0 1px 3px -1px rgba(22,24,27,.26);
    transition: background-color 250ms ease,opacity 250ms linear;
}
.panel-default {
    border-color: rgba(22,24,27,.12);
}
.corner-all, .corner-right, .corner-top, .corner-tr {
    border-top-right-radius: 2px;
}
.corner-all, .corner-left, .corner-tl, .corner-top {
    border-top-left-radius: 2px;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.bg-grd-dark, .bg-grd-inverse {
    background: linear-gradient(45deg,#0a0213 0,rgba(10,2,19,0) 70%),linear-gradient(135deg,#07252c 10%,rgba(7,37,44,0) 80%),linear-gradient(225deg,#031b49 10%,rgba(3,27,73,0) 80%),linear-gradient(315deg,#100462 100%,rgba(16,4,98,0) 70%);
}
.embed-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    filter: alpha(opacity=60);
}
.embed-extend-item {
    position: relative;
    padding: 0 15px 5px;
}
.embed-extend-item>.kit-avatar.kit-avatar-96 {
    margin-top: -48px;
}
.embed-extend-item>.kit-avatar.pull-left {
    margin-right: 10px;
}
.embed-extend-item>.kit-avatar {
    position: relative;
    padding: 0;
}
.kit-avatar.kit-avatar-96 {
    border: 3px solid rgba(22,24,27,.12);
    border-radius: 96px;
}
.embed-extend-item a, .embed-extend-item a:hover {
    color: inherit;
    text-decoration: none;
}
.kit-avatar.kit-avatar-96>img {
    width: 96px;
    height: auto;
    border-radius: 48px;
}
.embed-extend-item h3, .embed-extend-item h4, .embed-extend-item h5, .embed-extend-item h6 {
    margin: 0;
    padding-top: 3px;
}
.embed-extend-item h3>small, .embed-extend-item h4>small, .embed-extend-item h5>small, .embed-extend-item h6>small {
    display: block;
    color: rgba(22,24,27,.54);
}
.body-text, .headline, .subhead, .title {
    color: rgba(22,24,27,.87);
}
.h4, .subhead, h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.bordered, .bordered-right {
    border-right: 1px solid rgba(22,24,27,.12)!important;
}

Similar snippets

Bootstrap example and template. bs4 profile friend list

bs4 profile friend list

Bootstrap example and template. profile with followers with cover photo

profile with followers with cover photo

Bootstrap example and template. bs4 simple search result

bs4 simple search result

Bootstrap example and template. Social network post image

Social network post image

Bootstrap example and template. Timeline with 10 Cool Bootstrap jQuery Snippets

Timeline with 10 Cool Bootstrap jQuery Snippets

Bootstrap example and template. Shop page

Shop page

Bootstrap example and template. product traking list

product traking list

Bootstrap example and template. Create new customer form

Create new customer form

FAQ

How do I use this snippet?

Include Bootstrap 3.3.4, 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 3.3.4.

Bootstrap example and template. followers 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 9.0K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.3.4

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.4 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