Theme:
Footer
A responsive multi-column page footer. Columns wrap automatically; use dui-footer-center for a compact centered footer.
Columns
<footer class="dui-footer">
<div>
<div class="dui-footer-title">Product</div>
<a href="#">Features</a>
<a href="#">Pricing</a>
</div>
</footer>
Centered & Bordered
<footer class="dui-footer dui-footer-center dui-footer-bordered">
<span>DengaUI</span>
<p>A Tailwind CSS component library. MIT Licensed.</p>
</footer>