Buttons Bootstrap 5Free+ CSS
Add a button to your UI with Neumorphic Social Sharing Buttons. Free Bootstrap 5 code — HTML & CSS ready to copy, MIT licensed.
1.2k views31 downloads
gosnippets.com/preview/neumorphic-social-sharing-buttons
Source Code
1
2
3 <h1>Neumorphic Social Sharing Buttons</h1>
4 <div class ="frame">
5 <a href="#" class="btn">
6 <i class="fab fa-facebook-f" style="color: #3b5998;"></i>
7</a>
8 <a href="#" class="btn">
9 <i class="fab fa-twitter" style="color: #00acee;"></i>
10</a>
11
12 <a href="#" class="btn">
13 <i class="fab fa-linkedin-in" style="color:#0e76a8;"></i>
14</a>
15<a href="#" class="btn">
16 <i class="fab fa-youtube" style="color:#ff0000;"></i>
17</a>
18
19 <a href="#" class="btn">
20 <i class="fa fa-envelope" style="color:#087570"></i>
21</a>
22</div>
23More 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.