"footer"
Bootstrap 3.3.0 Snippet by xXxKasSiuSxXx

<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 ----------> <footer class="footer-bottom"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> <div class="copyright"> © 2017, BroncoNation, All rights reserved </div> </div> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> <div class="design"> <a href="#">BroncoNation </a> | <a target="_blank" href="#">Web Design & Development by Zachary Monk</a> </div> </div> </div> </div> </footer>
.footer-bottom { background-color: #FC4C02; min-height: 30px; width: 100%; } .copyright { color: #fff; line-height: 30px; min-height: 30px; padding: 7px 0; } .design { color: #fff; line-height: 30px; min-height: 30px; padding: 7px 0; text-align: right; } .design a { color: #fff; }

Related: See More


Questions / Comments: