Footer
Page-level footer with top border and spacing.
Classes
| Class | Purpose |
|---|---|
.footer | Top border, margin-top, padding-top |
Preview
<footer class="footer text-xs text-tertiary text-center">
<p>© 2026 Example. All rights reserved.</p>
</footer>Usage
html
<footer class="footer text-xs text-tertiary text-center" role="contentinfo">
<p>© 2026 Brand. All rights reserved.</p>
</footer>Apply to a <footer> element for the page-level footer. Combine with utility classes for font-size, color, and alignment.
A plain <footer> without the class only gets display: block from the elements layer.
