Skip to content

Instantly share code, notes, and snippets.

@setuix
Created May 5, 2014 07:58
Show Gist options
  • Save setuix/2f0b167a6d90025b891e to your computer and use it in GitHub Desktop.
Save setuix/2f0b167a6d90025b891e to your computer and use it in GitHub Desktop.
/*social sharing buttons*/
.social a{
display:inline-block;
margin:10px 10px 5px 0;
padding:10px 15px;
color:#fff;
font-weight:bold;
text-align:center;
text-decoration:none;
border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-webkit-border-radius:5px;
-ms-border-radius:5px;
}
/*Twitter*/
.twitter{
background:#9AE4E8;
}
/*Facebook*/
.facebook{
background:#3B5998;
}
/*Google Plus*/
.google-plus{
background:#D34836;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment