Skip to content

Instantly share code, notes, and snippets.

@jhouedanou
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhouedanou/5051b125cf08a7cb6aae to your computer and use it in GitHub Desktop.
Save jhouedanou/5051b125cf08a7cb6aae to your computer and use it in GitHub Desktop.
A Pen by Jean Luc Houedanou.
<div id="rezowrapper" class="ym-grid">
<div id="facebook" class="rezo ym-g25 ym-gl">
<a href="#"><i class="fa fa-facebook"></i></a>
</div>
<div id="twitter" class="rezo ym-g25 ym-gl">
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<div id="googleplus" class="rezo ym-g25 ym-gl">
<a href="#"><i class="fa fa-google-plus"></i></a>
</div>
<div id="linkedin" class="rezo ym-g25 ym-gl">
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
/*Twitter*/
#twitter{
background:#00ACED;
}
/*Facebook*/
#facebook{
background:#3B5998;
}
/*Google Plus*/
#googleplus{
background:#D34836;
}
#linkedin{
background:#1D87BD;
}
.rezo a{
display: block;
float:left;
border-radius: 10px;
box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.2) inset;
box-sizing: border-box;
height: 98px;
margin:0 5px;
line-height: 100px;
margin: 0 auto;
padding-top: 15px;
text-align: center;
transition: all 0.25s ease 0s;
width: 98px;
}
.rezo a i{
font-size:40px;
color:white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment