Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gregrickaby
Last active December 17, 2015 12:09
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 gregrickaby/5607546 to your computer and use it in GitHub Desktop.
Save gregrickaby/5607546 to your computer and use it in GitHub Desktop.
CSS for Social Media Icons (Without a Plug-In)
/* Social Media Icons
------------------------------------------------------------ */
.social-media-icons {
display: block;
height: 25px;
width: 100%;
margin: 0 0 10px;
padding: 0;
}
.facebook-button,
.twitter-button,
.gplus-button,
.pinterest-button,
.linkedin-button,
.stumbleupon-button {
float: left;
}
.facebook-button,
.twitter-button,
.stumbleupon-button {
width: 100px;
}
.gplus-button,
.pinterest-button,
.pocket-button {
width: 90px;
}
.linkedin-button,
.reddit-button {
width: 115px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment