"footer"
Bootstrap 3.0.0 Snippet by akhtarvahid

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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> <div class="footer-bottom"> <div class="container"> <a class="pull-left"><img class="hiverFooterIcon" src="img/hiverFooter.png" alt="hiver"></a> <span> © 2016 Copyright Hiver.All Rights Reserved</span> <span class="">|</span> <span>Terms of Service</span> <span class="">|</span> <a>Privacy Policy</a> <div class="pull-right"> <p>Simple, powerful collaboration with Shared Gmail Labels</p> </div> </div> </div> </footer>
.footer p { margin: 0; } .footer-bottom { background: white; color:grey; border-top: 1px solid #DDDDDD; padding-top: 10px; padding-bottom: 10px; } .footer-bottom pull-left { padding-top: 6px; } .copyright-devider{ padding-right:5px; padding-left:10px; } .container a{ color:grey; }

Related: See More


Questions / Comments: