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 3.3.4 included, to get the result that you can see in the preview selection
Download<div class="container bootstrap snippets bootdey">
<div class="row">
<div class="col-sm-6 col-xs-12">
<div class="panel panel-default">
<div class="panel-body bg-primary">
<h2 class="text-thin mt">New contacts</h2>
<div class="clearfix">
<div class="pull-right">
<ul class="list-inline m0">
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="" class="v-middle">
<strong>+7</strong>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="panel panel-default">
<div class="panel-body bg-danger">
<h2 class="text-thin mt">New contacts</h2>
<div class="clearfix">
<div class="pull-right">
<ul class="list-inline m0">
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar8.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="" class="v-middle">
<strong>+7</strong>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="panel panel-default">
<div class="panel-body bg-warning">
<h2 class="text-thin mt">New contacts</h2>
<div class="clearfix">
<div class="pull-right">
<ul class="list-inline m0">
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="" class="v-middle">
<strong>+7</strong>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="panel panel-default">
<div class="panel-body bg-success">
<h2 class="text-thin mt">New contacts</h2>
<div class="clearfix">
<div class="pull-right">
<ul class="list-inline m0">
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="">
<img src="https://bootdey.com/img/Content/avatar/avatar8.png" alt="Follower" class="img-responsive img-circle thumb24">
</a>
</li>
<li class="p0">
<a href="" class="v-middle">
<strong>+7</strong>
</a>
</li>
</ul>
</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 3.3.4 included, to get the result that you can see in the preview selection
Downloadbody{
margin-top:20px;
}
.panel {
margin-bottom: 19px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
.text-thin {
font-weight: 100!important;
}
.mt, .mv {
margin-top: 10px!important;
}
.h2, h2 {
font-size: 27px;
}
.m0 {
margin: 0!important;
}
.list-inline>li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.p0 {
padding: 0!important;
}
.thumb24 {
width: 24px!important;
height: 24px!important;
line-height: 24px!important;
}
.bg-primary a {
color: #c5cae9;
}
.v-middle, [slider], slider {
vertical-align: middle;
}
About this bootstrap example/template
This example/template, new contacts widget, was published on Jul 3rd 2015, 14:49 by Bootdey Admin and it is free.
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 8.1K views, Using this bootstrap snippet you have the following benefits:
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