Section
SaaS Footer — Elegant Luxury
Elegant Luxury footer: Saas footer.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/footer/elegant-luxury/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Footer/elegant-luxury Tailwind/Sections/Footer/elegant-luxury <!--
Snippet Name: SaaS Footer — Elegant Luxury
Description: Elegant Luxury footer: Saas 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:'Jost',sans-serif}.f-mono{font-family:'Jost',sans-serif}.f-disp{font-family:'Cormorant Garamond',serif}
.el-line{background:linear-gradient(90deg,transparent,rgba(197,165,114,.6),transparent)}
</style>
<footer class="relative w-full text-[#ece7df]" data-footer="elegant-luxury">
<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-1 gap-8 lg:grid-cols-[1.5fr_1fr_1fr_1fr]"><div><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="mt-4 text-sm text-[#9a948a] max-w-xs">The all-in-one support workspace for fast-moving teams.</p><div class="mt-4 flex flex-wrap gap-2"><span class="inline-flex items-center gap-1.5 rounded-sm border border-[#c5a572]/30 px-3 py-1 text-[11px] font-medium uppercase tracking-[0.22em] text-[#c5a572]">SOC 2</span><span class="inline-flex items-center gap-1.5 rounded-sm border border-[#c5a572]/30 px-3 py-1 text-[11px] font-medium uppercase tracking-[0.22em] text-[#c5a572]">GDPR</span><span class="inline-flex items-center gap-1.5 rounded-sm border border-[#c5a572]/30 px-3 py-1 text-[11px] font-medium uppercase tracking-[0.22em] text-[#c5a572]">HIPAA</span></div></div><div><h3 class="text-sm font-semibold">Product</h3><ul class="mt-4 space-y-2.5"><li><a href="#" class="text-sm text-[#9a948a] hover:opacity-100">Features</a></li><li><a href="#" class="text-sm text-[#9a948a] hover:opacity-100">Pricing</a></li><li><a href="#" class="text-sm text-[#9a948a] 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-[#9a948a] hover:opacity-100">About</a></li><li><a href="#" class="text-sm text-[#9a948a] hover:opacity-100">Careers</a></li><li><a href="#" class="text-sm text-[#9a948a] hover:opacity-100">Blog</a></li></ul></div><div><h3 class="text-sm font-semibold">Support</h3><ul class="mt-4 space-y-2.5"><li><a href="#" class="text-sm text-[#9a948a] hover:opacity-100">Docs</a></li><li><a href="#" class="text-sm text-[#9a948a] hover:opacity-100">Status</a></li><li><a href="#" class="text-sm text-[#9a948a] hover:opacity-100">Contact</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"><p class="text-sm text-[#9a948a]">© 2026 Flowbase Inc.</p><p class="text-xs text-[#9a948a]">SOC 2 Type II · GDPR · ISO 27001</p></div>
</div>
</footer> # SaaS Footer — Elegant Luxury
> Elegant Luxury footer: Saas footer.

## Features
- SaaS footer
- compliance badges
- 3 link columns
- brand + blurb
- responsive 4-col
## 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
**Elegant Luxury** — 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 17 lines UTF-8 · LF · Spaces: 2
Continue browsing