Section
Four-Column Footer — Soft UI (Neumorphism)
Soft UI footer: 4-column footer.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/footer/soft-ui/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Footer/soft-ui Tailwind/Sections/Footer/soft-ui <!--
Snippet Name: Four-Column Footer — Soft UI (Neumorphism)
Description: Soft UI footer: 4-column footer.
Author: DevSnips Contributors
Usage Example: Drop this snippet into any Tailwind CSS page.
-->
<style>
/* DevSnips style-helper classes (self-contained snippet) */
.f-sans{font-family:'Manrope',sans-serif}.f-mono{font-family:'Manrope',sans-serif}.f-disp{font-family:'Manrope',sans-serif}
.neu{background:#e6e7ee;box-shadow:8px 8px 18px #c8c9d0,-8px -8px 18px #ffffff}
.neu-sm{background:#e6e7ee;box-shadow:5px 5px 10px #c8c9d0,-5px -5px 10px #ffffff}
.neu-in{background:#e6e7ee;box-shadow:inset 5px 5px 10px #c8c9d0,inset -5px -5px 10px #ffffff}
.neu-press:active{box-shadow:inset 4px 4px 8px #c8c9d0,inset -4px -4px 8px #ffffff}
</style>
<footer class="relative w-full text-[#3a3b45]" data-footer="soft-ui">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8 py-14 sm:py-20">
<div class="grid grid-cols-2 gap-8 lg:grid-cols-4"><div><h3 class="text-sm font-semibold">Product</h3><ul class="mt-4 space-y-2.5"><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Features</a></li><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Pricing</a></li><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Integrations</a></li><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Changelog</a></li></ul></div><div><h3 class="text-sm font-semibold">Company</h3><ul class="mt-4 space-y-2.5"><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">About</a></li><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Careers</a></li><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Blog</a></li><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Customers</a></li></ul></div><div><h3 class="text-sm font-semibold">Resources</h3><ul class="mt-4 space-y-2.5"><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Docs</a></li><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">API</a></li><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Community</a></li><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Status</a></li></ul></div><div><h3 class="text-sm font-semibold">Legal</h3><ul class="mt-4 space-y-2.5"><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Privacy</a></li><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Terms</a></li><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">Security</a></li><li><a href="#" class="text-sm text-[#8a8b95] hover:opacity-100">DPA</a></li></ul></div></div><div class="mt-10 border-t border-current/10 pt-6 flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between"><div class="flex items-center gap-3"><span class="inline-flex items-center gap-2 h-7" style="color:currentColor"><svg viewBox="0 0 24 24" fill="none" class="h-full w-auto" aria-hidden="true"><path d="M12 2 2 19h20L12 2z" fill="currentColor"/></svg><span class="font-semibold tracking-tight">Flowbase</span></span><p class="text-sm text-[#8a8b95]">© 2026 Flowbase</p></div><div class="flex gap-4 text-sm text-[#8a8b95]"><a href="#" class="hover:opacity-100">Privacy</a><a href="#" class="hover:opacity-100">Terms</a><a href="#" class="hover:opacity-100">Cookies</a></div></div>
</div>
</footer> # Four-Column Footer — Soft UI (Neumorphism)
> Soft UI footer: 4-column footer.

## Features
- 4-column footer
- 16 links
- brand + copyright
- legal inline
- responsive collapse
## Responsive support
- Mobile-first layout
- Breakpoints: `sm` (640px), `md` (768px), `lg` (1024px)
- Stacks gracefully on small screens, expands on large viewports
## Browser support
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
## Usage
1. Copy the markup from `code.html` into your Tailwind CSS project.
2. Include the corresponding Google Fonts in your document `<head>` if the style requires them.
3. The snippet is self-contained and copy-paste ready — no build step or JavaScript required.
## Design language
**Soft UI (Neumorphism)** — part of the DevSnips Tailwind Sections library. Every section is
original, accessible, and production-ready.
## Files
- `preview.html` — full standalone preview page (Tailwind CDN + fonts)
- `code.html` — copy-paste snippet only (no `<head>` / CDN)
- `metadata.json` — structured metadata
- `README.md` — this file 20 lines UTF-8 · LF · Spaces: 2
Continue browsing