"A simple footer design"
Bootstrap 4.1.1 Snippet by knightrider7660

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!--Bottom Footer--> <div class="bottom section-padding"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <div class="copyright"> <p>© <span>2018</span> <a href="#" class="transition">KnightRider7660</a> All rights reserved.</p> </div> </div> </div> </div> </div> <!--Bottom Footer-->
a:hover{ text-decoration:none; } .section-padding { padding: 60px 0; } .bottom { background-color: #0a1c2e; } .bottom .copyright { color: #e5e5e5; font-weight: 600; } .copyright a { color: #f2ff49; margin-left: 3px; padding-right: 3px; } .bottom p { margin-bottom: 0; line-height: 50px; font-size: 16px; font-weight: 400; } .copyright p span { color: #d1caca; } .bottom .copyright p, .bottom .copyright a:hover{ color: #6c6d83; }

Related: See More


Questions / Comments: