footer
Minimalist One-Line Footer
Live Preview
<footer class="py-8 flex justify-center w-full">
<div class="flex gap-8 text-xs font-bold text-slate-400 uppercase tracking-widest items-center">
<a href="#" class="hover:text-slate-900 transition-colors">Privacy</a>
<a href="#" class="hover:text-slate-900 transition-colors">Terms</a>
<a href="#" class="hover:text-slate-900 transition-colors">Contact</a>
<span>•</span>
<span class="text-slate-300">Made with Hub.</span>
</div>
</footer>