footer centered social links copyright footer centered social icons links copyright navigation centered footer with social icons simple centered footer
Footer Centered
Fetch pattern JSON:
curl https://webspire.de/patterns/footer/centered.json centered.html
<footer class="ws-footer border-t border-[var(--ws-footer-border)] bg-[var(--ws-footer-bg)] py-12">
<div class="mx-auto max-w-7xl px-6 text-center">
<a href="/" class="text-xl font-bold text-[var(--ws-footer-link-hover)]">Webspire</a>
<nav aria-label="Footer navigation" class="mt-6 flex flex-wrap justify-center gap-x-8 gap-y-2">
<a href="#" class="text-sm text-[var(--ws-footer-text)] transition hover:text-[var(--ws-footer-link-hover)]">About</a>
<a href="#" class="text-sm text-[var(--ws-footer-text)] transition hover:text-[var(--ws-footer-link-hover)]">Blog</a>
<a href="#" class="text-sm text-[var(--ws-footer-text)] transition hover:text-[var(--ws-footer-link-hover)]">Pricing</a>
<a href="#" class="text-sm text-[var(--ws-footer-text)] transition hover:text-[var(--ws-footer-link-hover)]">Docs</a>
<a href="#" class="text-sm text-[var(--ws-footer-text)] transition hover:text-[var(--ws-footer-link-hover)]">Contact</a>
</nav>
<div class="mt-6 flex justify-center gap-5">
<a href="#" class="text-[var(--ws-footer-text-muted)] transition hover:text-[var(--ws-footer-link-hover)]" aria-label="Twitter">
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
</a>
<a href="#" class="text-[var(--ws-footer-text-muted)] transition hover:text-[var(--ws-footer-link-hover)]" aria-label="GitHub">
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/></svg>
</a>
<a href="#" class="text-[var(--ws-footer-text-muted)] transition hover:text-[var(--ws-footer-link-hover)]" aria-label="LinkedIn">
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
</a>
</div>
<p class="mt-8 text-xs text-[var(--ws-footer-text-muted)]">© 2026 Webspire. All rights reserved.</p>
</div>
</footer>
Details
Responsive Dark Mode Tailwind Only SSR Safe Copy & Paste
Stable Published
footercenteredsociallinkscopyright
Slots
| Name | Required | Description |
|---|---|---|
| logo | No | Optional logo or brand name. |
| nav | Yes | Horizontal navigation links. |
| social | Yes | Social media icon links. |
| copyright | Yes | Copyright text. |
Centered footer layout with brand name at top, horizontal nav links in the middle, social media icons below, and a copyright line at the bottom. Everything centered, clean, and compact. Ideal for single-page sites and portfolios.