"Simple Footer"
Bootstrap 3.3.0 Snippet by tylerforesthauser

<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 ----------> <section id="footer"> <div class="container"> <div class="row"> <div class="col-md-6"> <p> BUSINESS NAME</br> Address Line 1, Address Line 2, City, State/Province, Zip/Postal Code, Country</br> </p> </div> </div> </div> <hr> <div id="copyright" class="container"> <a href="#" class="back-to-top"><i class="fas fa-chevron-up"></i></a> <p>Copyright © 2021 Business. All Rights Reserved.</p> <a href="#">Terms of Service</a> | <a href="#">Privacy & Data Handling</a> </div> </section>
section#footer { margin:0; padding:20px 10px; background-color:#f8f8f8; border-top:1px solid #ddd; color:#666; font-size:.9em } section#footer p { margin:0 } @media (min-width:450px) { section#footer { line-height:32px } } section#footer .back-to-top { float:right } section#footer .back-to-top i { padding:10px; background-color:#ddd; color:#888; border-radius:3px; opacity:.7 }

Related: See More


Questions / Comments: