"Social Icons with FontAwesome and nice effect hover "
Bootstrap 3.2.0 Snippet by deadboro

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="col-md-6 .col-md-offset-3"> <ul class="social"> <li class="facebook"><a href="http://facebook.com/alterowo"><i class="fa fa-facebook fa-3x"></i></a></li> <li class="instagram"><a href="http://twitter.com/Kyokushinowa"><i class="fa fa-instagram fa-3x"></i></a></li> <li class="desktop"><a href="https://www.behance.net/Kurnikowa"><i class="fa fa-desktop fa-3x"></i></a></li> </ul> </div> </div> </div> </div>
.social { position: relative; height: 3em; width: 13.5em; margin: 150px 450px; } .social li { display: block; height: 4em; line-height: 4em; margin: -2.2em; position: absolute; -webkit-transition: -webkit-transform .7s; -moz-transition: -moz-transform .7s; -ms-transition: -ms-transform .7s; -o-transition: -o-transform .7s; transition: transform .7s; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); text-align: center; width: 4em; } .social a { color: #fffdf0; display: block; height: 4em; line-height: 6em; text-align: center; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); width: 4em; } .social li:hover { -webkit-transform: scale(1.3,1.3) rotate(45deg); -moz-transform: scale(1.3,1.3) rotate(45deg); -ms-transform: scale(1.3,1.3) rotate(45deg); -o-transform: scale(1.3,1.3) rotate(45deg); transform: scale(1.3,1.3) rotate(45deg); } .facebook { background: #3b5998; left: 0; top: 0%; } .instagram { background: #E95850; bottom: 0; left: 25%; } .desktop { background: #D59A29; top: 0%; left: 50%; }

Related: See More


Questions / Comments: