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<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container bootstrap snippets bootdey">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="mini-stat clearfix bg-facebook rounded">
<span class="mini-stat-icon"><i class="fa fa-facebook fg-facebook"></i></span>
<div class="mini-stat-info">
<span>5,762</span>
Facebook Like
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="mini-stat clearfix bg-twitter rounded">
<span class="mini-stat-icon"><i class="fa fa-twitter fg-twitter"></i></span>
<div class="mini-stat-info">
<span>7,153</span>
Twitter Followers
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="mini-stat clearfix bg-googleplus rounded">
<span class="mini-stat-icon"><i class="fa fa-google-plus fg-googleplus"></i></span>
<div class="mini-stat-info">
<span>793</span>
Google+ Posts
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="mini-stat clearfix bg-bitbucket rounded">
<span class="mini-stat-icon"><i class="fa fa-bitbucket fg-bitbucket"></i></span>
<div class="mini-stat-info">
<span>8,932</span>
Repository
</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{
background:#eee;
margin-top:20px;
}
.rounded {
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.mini-stat {
padding: 15px;
margin-bottom: 20px;
}
.mini-stat-icon {
width: 60px;
height: 60px;
display: inline-block;
line-height: 60px;
text-align: center;
font-size: 30px;
background: none repeat scroll 0% 0% #EEE;
border-radius: 100%;
float: left;
margin-right: 10px;
color: #FFF;
}
.mini-stat-info {
font-size: 12px;
padding-top: 2px;
}
span, p {
color: white;
}
.mini-stat-info span {
display: block;
font-size: 30px;
font-weight: 600;
margin-bottom: 5px;
margin-top: 7px;
}
/* ================ colors =====================*/
.bg-facebook {
background-color: #3b5998 !important;
border: 1px solid #3b5998;
color: white;
}
.fg-facebook {
color: #3b5998 !important;
}
.bg-twitter {
background-color: #00a0d1 !important;
border: 1px solid #00a0d1;
color: white;
}
.fg-twitter {
color: #00a0d1 !important;
}
.bg-googleplus {
background-color: #db4a39 !important;
border: 1px solid #db4a39;
color: white;
}
.fg-googleplus {
color: #db4a39 !important;
}
.bg-bitbucket {
background-color: #205081 !important;
border: 1px solid #205081;
color: white;
}
.fg-bitbucket {
color: #205081 !important;
}
About this bootstrap example/template
This example/template, social network dashboard count, was published on Jul 2nd 2015, 00:15 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 12.5K 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