Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Hover animated social link"
Bootstrap 4.0.0 Snippet by
RAJKUMAR123
4.0.0
social
hover
Preview
HTML
CSS
View Full Screen
Fork
Fork this
4.9K
 
1 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <div class="container"> <div class="row"> <h2>Hover animation social links</h2> <br> <br> <br> <div class="foot-link"> <ul> <li class="fb"><a href=""><i class="fa fa-facebook" aria-hidden="true"></i></a></li> <li class="tw"><a href=""><i class="fa fa-twitter" aria-hidden="true"></i></a></li> <li class="gp"><a href=""><i class="fa fa-google-plus" aria-hidden="true"></i></a></li> <li class="lin"><a href=""><i class="fa fa-linkedin" aria-hidden="true"></i></a></li> </ul> </div> </div> <h6>Design By Raj Kumar</h6> </div>
.copyright{ padding:20px 0px; color: #ccc; } .foot-link{ float: right; padding:20px 0px; margin-top:50px; margin-left:0; } .foot-link ul{ list-style-type: none; } .foot-link ul li{ list-style-type: none; float: left; } .foot-link ul li a{ list-style-type: none; float: left; color: #000; padding: 3px 6px; height: 30px;width: 30px; margin-right: 5px; } .fb a:hover{ background-color: #3b5998; border-radius: 50px; border:1px solid #fff; transform: scale(1.5) rotate(360deg) ; transition: 0.5s; box-shadow: 0 0 10px #000; color:#fff; } .tw a:hover{ background-color: #00aced; border-radius: 50px; border:1px solid #fff; transform: scale(1.5) rotate(360deg) ; transition: 0.5s; box-shadow: 0 0 10px #000; color:#fff; } .gp a:hover{ background-color: #df4b37; border-radius: 50px; border:1px solid #fff; transform: scale(1.5) rotate(360deg) ; transition: 0.5s; box-shadow: 0 0 10px #000; color:#fff; } .lin a:hover{ background-color: #0d77b7; border-radius: 50px; border:1px solid #fff; transform: scale(1.5) rotate(360deg) ; transition: 0.5s; box-shadow: 0 0 10px #000; color:#fff; }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76