Social Buttons made in pure CSS based on Bootstrap and Font Awesome!
Extended from lipis/bootstrap-social
Include the bootstrap-social.css
or bootstrap-social.less
in your project.
btn-adn
btn-bitbucket
btn-bdu
btn-dropbox
btn-facebook
btn-flickr
btn-foursquare
btn-github
btn-google
btn-instagram
btn-linkedin
btn-microsoft
btn-odnoklassniki
btn-openid
btn-pinterest
btn-reddit
btn-soundcloud
btn-tumblr
btn-twitter
btn-vimeo
btn-vk
btn-yahoo
btn-weibo
<a class="btn btn-block btn-social btn-twitter">
<span class="fa fa-twitter"></span>
Sign in with Twitter
</a>
<a class="btn btn-social-icon btn-twitter">
<span class="fa fa-twitter"></span>
</a>
In order to generate bootstrap-social.css
, you will need to compile
bootstrap-social.less
.
$ npm install -g less clean-css less-plugin-clean-css
$ npm install
$ lessc bootstrap-social.less --clean-css="--s0 -b --advanced" > bootstrap-social.css