8000 GitHub - riz1903/bulma-social: Social Sign-In Buttons made in pure CSS based on Bulma and Font Awesome!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Social Sign-In Buttons made in pure CSS based on Bulma and Font Awesome!

License

Notifications You must be signed in to change notification settings

riz1903/bulma-social

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Buttons for Bulma

Social Buttons based on Bulma and Font Awesome

Check the live demo!

Installation

Include the bulma-social.css or bulma-social.min.css in your project.

Available classes

  • is-adn
  • is-bitbucket
  • is-dropbox
  • is-facebook
  • is-flickr
  • is-foursquare
  • is-github
  • is-google
  • is-instagram
  • is-linkedin
  • is-microsoft
  • is-odnoklassniki
  • is-openid
  • is-pinterest
  • is-reddit
  • is-soundcloud
  • is-tumblr
  • is-twitter
  • is-vimeo
  • is-vk
  • is-yahoo

Seperate button styles for each brand: Work in progress.

Examples

<!-- Github Button -->
<a class="button is-medium is-github">
    <span class="icon">
      <i class="fab fa-github"></i>
    </span>
    <span>GitHub</span>
</a>

<!-- Github Button Icon -->
<a class="button is-medium is-github">
  <span class="fab fa-github"></span>
</a>

Licence

MIT

About

Social Sign-In Buttons made in pure CSS based on Bulma and Font Awesome!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.9%
  • CSS 26.4%
  • JavaScript 10.7%
0