- Getting started
- Introduction
- Concepts
- Setup
- Themes
- Fonts
Footer
Websites footer which can contain copyright information, links etc.
Default footer
You can customize the footer height, its top margin using CSS variables
<footer class="footer">
<span> Footer content </span>
</footer>
Fixed footer
You can make make the footer stick to the bottom of the page too. Use the class 'footer--fixed'.
<footer class="footer footer--fixed">
<span> Footer content </span>
</footer>