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.1.1 included, to get the result that you can see in the preview selection
Download
<div id="cadre">
<div id="first"></div>
<div id="second"></div>
<span class="zocial-windows" title="windows"></span>
<span class="zocial-appstore" title="apple"></span>
<span class="zocial-android" title="android"></span>
<div id="traitnoir"></div>
<div id="traitblanc"></div>
<span class="zocial-facebook" title="facebook"></span>
<span class="zocial-twitter" title="twitter"></span>
<span class="zocial-googleplus" title="google plus"></span>
</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.1.1 included, to get the result that you can see in the preview selection
Download@import url(https://weloveiconfonts.com/api/?family=zocial);
[class*="zocial-"]:before {
font-family: 'zocial', sans-serif;
font-size:5em;
text-shadow:0px 0px 5px #666,0px 0px 30px #DDD;
}
.zocial-facebook:hover, .zocial-twitter:hover, .zocial-googleplus:hover, .zocial-windows:hover, .zocial-appstore:hover, .zocial-android:hover
{
color:#5bc0de;
transition:all ease 0.5s;
}
.zocial-facebook, .zocial-twitter, .zocial-googleplus{
position:relative;
top:33px;
margin-left:60px;
color:#EEE;
transition:all ease 0.5s;
}
.zocial-twitter{
margin-left:90px
}
.zocial-windows, .zocial-appstore, .zocial-android{
position:relative;
top:10px;
margin-left:70px;
color:#EEE;
transition:all ease 0.5s;
}
#cadre{
width:500px;
height:250px;
background: -webkit-linear-gradient(-90deg, #C3C1BF 0%, #B7B4B0 100%);
margin: 50px auto;
border-radius:6px;
-webkit-border-radius:6px;
box-shadow:0px 0px 2px #555, 0px 0px 10px #999,0px 0px 60px #CCC;
}
#traitnoir{
width:400px;
height:1px;
background:#666;
position:relative;
top:32px;
left:50px;
}
#first{
width:490px;
height:1px;
background-color:#DDD;
position:relative;
left:5px;
}
#traitblanc{
width:400px;
height:1px;
background:#FFF;
position:relative;
top:30px;
left:50px;
}
#second{
width:1px;
height:242px;
position:absolute;
background-color:#DDD;
top:54px;
}
p{
position:relative;
font-size:1.5em;
color:#EEE;
text-align:center;
}
About this bootstrap example/template
This example/template, Social Widget, was published on May 12th 2014, 20:35 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 5.6K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 3.1.1
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js'></script>
This code example is based on bootstrap 3.1.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