Buttons Bootstrap 5Free+ CSS+ JS
Social share button with animation — a free Bootstrap 5 button snippet. Copy the HTML, CSS & JS and paste straight into your Bootstrap 5 project.
4.3k views84 downloads
gosnippets.com/preview/social-share-button-with-animation
Source Code
1<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css'>
2<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:700'>
3<div class="share">
4 <span>Share</span>
5 <nav>
6 <a href="#"><i class="fa fa-twitter"></i></a>
7 <a href="#"><i class="fa fa-facebook"></i></a>
8 <a href="#"><i class="fa fa-google"></i></a>
9 <a href="#"><i class="fa fa-github"></i></a>
10 </nav>
11</div>More Buttons snippets

Pure CSS Neon Button
Add a button to your UI with Pure CSS Neon Button. Free Bootstrap 5 code — HTML & CSS ready to copy, MIT licensed.
ButtonsView →

Firework Animation on Button Click
Firework Animation on Button Click — a free Bootstrap 5 button snippet. Copy the HTML, CSS & JS and paste straight into your Bootstrap 5 project.
ButtonsView →

Pure CSS Pulsing Button ripple effect animation
Pure CSS Pulsing Button ripple effect animation: a hand-crafted, open-source Bootstrap 5 button. HTML & CSS included, ready to copy.
ButtonsView →
Comments(0)
No comments yet — be the first to start the discussion.
Sign in to join the conversation.