"Social Icon Strip Footer"
Bootstrap 3.3.0 Snippet by tjferry14

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ----------> <!-- Social Footer, Colour Matching Icons --> <!-- Include Font Awesome Stylesheet in Header --> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> <!-- // --> <!-- Social Footer, Single Coloured --> <!-- Include Font Awesome Stylesheet in Header --> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> <!-- // --> <div class="container"> <h3>Single Coloured</h3> <hr> <div class="text-center center-block"> <p class="txt-railway">- Bootsnipp.com -</p> <br /> <a href="https://www.facebook.com/bootsnipp"><i class="fa fa-circle"></i><i id="social" class="fa fa-facebook-square fa-3x"></i></a> <a href="https://plus.google.com/+Bootsnipp-page"><i id="social" class="fa fa-google-plus-square fa-3x"></i></a> </div> <hr> </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; }

Related: See More


Questions / Comments: