Buttons Bootstrap 5Free+ CSS
Add a button to your UI with Awesome Social Media Buttons with Hover Animation. Free Bootstrap 5 code — HTML & CSS ready to copy, MIT licensed.
2.5k views77 downloads
gosnippets.com/preview/awesome-social-media-buttons-with-hover-animation
Source Code
1<div class="wrapper">
2 <div class="button">
3 <div class="icon">
4<i class="fab fa-facebook-f"></i></div>
5<span>Facebook</span>
6 </div>
7<div class="button">
8 <div class="icon">
9<i class="fab fa-twitter"></i></div>
10<span>Twitter</span>
11 </div>
12<div class="button">
13 <div class="icon">
14<i class="fab fa-instagram"></i></div>
15<span>Instagram</span>
16 </div>
17<div class="button">
18 <div class="icon">
19<i class="fab fa-github"></i></div>
20<span>Github</span>
21 </div>
22<div class="button">
23 <div class="icon">
24<i class="fab fa-youtube"></i></div>
25<span>YouTube</span>
26 </div>
27</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.