"Hover animated social link"
Bootstrap 4.0.0 Snippet by RAJKUMAR123

<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; }

Related: See More


Questions / Comments: