Monday, 29 July 2013

CSS Social Buttons

I'm proud to announce my latest CSS experiment—The CSS Social Buttons. They are not another "pure CSS3" or "HTML5 canvas" icons. These icons use the basic traditional background-image technique. The purpose of these icons is to provide a cross-browser, consistent and versatile CSS that can be applied in any design, app or theme. Basically, it is one master stylesheet that contains various design styles. It allows you to display many different button styles by combining the CSS classes.

View Demo CSS Buttons

Download Demo ZIP

css social icons

To apply this CSS Social Icons to your site, download the demo zip and include the social-icons.css file to your site:


Option A: You need to add a .sb class (sb stands for social button) and the icon class (eg. twitter, facebook, rss, etc.) to the link tag. Use this option if you want each button to have different style.


Option B: The .sb class can also be in the wrapping tag such as

,

or

No comments:

Post a Comment