Sneak Peek! CoreUI 3 is coming! Please try the latest version - CoreUI PRO 3.0.0-alpha..
Try CoreUI PRO 3.0.0-alpha
Bootstrap Footer
Bootstrap Footer is an additional navigation used for displaying general information that a user might want to access from any page within your site. It is a place to display boilerplate text about the site, company info, copyrights, links to a contact form, sitemap, FAQ and other such resources.
How it works
Here’s what you need to know before getting started with the aside menu:
- Bootstrap footer requires a wrapping
.app-footer
.
Examples
<footer class="app-footer">
<div>
<a href="https://coreui.io">CoreUI</a>
<span>© 2018 creativeLabs.</span>
</div>
<div class="ml-auto">
<span>Powered by</span>
<a href="https://coreui.io">CoreUI</a>
</div>
</footer>