"Social Icon Strip Footer"
Bootstrap 3.2.0 Snippet by majid4360

<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 ----------> <!-- // --> <div class="container"> <a href="https://www.facebook.com/mbaboiler"><i id="social" class="fa fa-facebook-square fa-3x social-fb"></i></a> <a href="https://twitter.com/mbaboiler"><i id="social" class="fa fa-twitter-square fa-3x social-tw"></i></a> <a href="https://plus.google.com/+mbaboiler-page"><i id="social" class="fa fa-google-plus-square fa-3x social-gp"></i></a> <a href="mailto:mbaboiler@gmail.com"><i id="social" class="fa fa-envelope-square fa-3x social-em"></i></a> <a href="https://www.linkedin.com/mbaboiler"><i id="social" class="fa fa-linkedin-square fa-3x social-fb"></i></a> </div>
#social:hover { -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); } #social { -webkit-transform:scale(0.8); /* Browser Variations: */ -moz-transform:scale(0.8); -o-transform:scale(0.8); -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; } /* Only Needed in Multi-Coloured Variation */ .social-fb:hover { color: #3B5998; } .social-tw:hover { color: #4099FF; } .social-gp:hover { color: #d34836; } .social-em:hover { color: #f39c12; }

Related: See More


Questions / Comments: