"footer1"
Bootstrap 3.3.0 Snippet by horosho

<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 ----------> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> <!--header--> <div class="footer-bottom"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6" style="color: white; border:3px yellow solid"> <div class="copyright"> <img src="http://i.imgur.com/eYuI4kc.png" width="50px"/> © 2015 - 2017 Acme, Inc. All rights reserved. </div> </div> <div class="col-xs-12 col-sm-4 col-md-4 col-lg-4" style="color: white; border:3px yellow solid"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6" style="color: white"> <h4>About</h4> </div> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6" style="color: white"> <h4>Contact us</h4> </div> </div> <div class="col-xs-12 col-sm-2 col-md-2 col-lg-2" style="color: white"> <img src="http://i.imgur.com/BMHiYGc.png" width="50px"/> </div> </div> </div> </div>
/************************************************************ *************************Footer****************************** *************************************************************/ @import url(http://fonts.googleapis.com/css?family=Fjalla+One); @import url(http://fonts.googleapis.com/css?family=Gudea); div { text-align: center; } .title-widget { color: #898989; font-size: 20px; font-family: 'Fjalla One', sans-serif; /* margin-top: 0; margin-right: 0; margin-bottom: 25px; margin-left: 0; text-transform: uppercase; font-weight: 300; line-height: 1; position: relative; padding-left: 28px; margin:auto;*/ } .footer-bottom { background-color: #15224f; min-height: 30px; width: 100%; } /* .copyright { color: #fff; line-height: 30px; min-height: 30px; padding: 7px 0; } */ /************************************************************ *************************Footer****************************** *************************************************************/

Related: See More


Questions / Comments: