Section
Grid Footer — Gradient Mesh
Gradient Mesh footer: Grid footer.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/footer/gradient-mesh/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Footer/gradient-mesh Tailwind/Sections/Footer/gradient-mesh <!--
Snippet Name: Grid Footer — Gradient Mesh
Description: Gradient Mesh footer: Grid 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:'Outfit',sans-serif}.f-mono{font-family:'Outfit',sans-serif}.f-disp{font-family:'Outfit',sans-serif}
.gm-bg{background:linear-gradient(120deg,#7c3aed,#ec4899,#f97316,#06b6d4);background-size:300% 300%;animation:gm 16s ease infinite}
@keyframes gm{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}
</style>
<footer class="relative w-full text-white" data-footer="gradient-mesh">
<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 sm: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-white/70 hover:opacity-100">Features</a></li><li><a href="#" class="text-sm text-white/70 hover:opacity-100">Pricing</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-white/70 hover:opacity-100">About</a></li><li><a href="#" class="text-sm text-white/70 hover:opacity-100">Careers</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-white/70 hover:opacity-100">Docs</a></li><li><a href="#" class="text-sm text-white/70 hover:opacity-100">Blog</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-white/70 hover:opacity-100">Privacy</a></li><li><a href="#" class="text-sm text-white/70 hover:opacity-100">Terms</a></li></ul></div></div><div class="mt-10 grid grid-cols-1 gap-4 border-t border-current/10 pt-6 sm:grid-cols-3"><p class="text-sm text-white/70">© 2026 Flowbase Inc.</p><p class="text-sm text-white/70">548 Market St, San Francisco</p><div class="flex gap-3 sm:justify-end"><div class="flex gap-2"><a href="#" class="bg-white/10 backdrop-blur-md border border-white/15 rounded-2xl flex h-9 w-9 items-center justify-center" aria-label="twitter"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M22 4s-.7 2.1-2 3.4c1.6 5-3.3 9.8-8.3 8.3-1.3 1.3-3.4 2-3.4 2 1.6-1.1 2.5-2.4 2.8-3.6C7.3 12.6 6 8.5 6 4c1.7 2.4 4 4 7 4 .8-1.3 2.2-2 4-2 2 0 3 1 3 1"/></svg></a><a href="#" class="bg-white/10 backdrop-blur-md border border-white/15 rounded-2xl flex h-9 w-9 items-center justify-center" aria-label="github"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M15 22v-4a3.2 3.2 0 0 0-.9-2.3c3-.3 6.1-1.5 6.1-6.7A5.2 5.2 0 0 0 18.7 5a4.9 4.9 0 0 0-.1-3.6s-1.1-.3-3.6 1.4a12.4 12.4 0 0 0-6.4 0C4.6 1.1 3.5 1.4 3.5 1.4A4.9 4.9 0 0 0 3.4 5 5.2 5.2 0 0 0 2 8.4c0 5.2 3.1 6.4 6 6.7A3.2 3.2 0 0 0 7.2 17V22"/></svg></a><a href="#" class="bg-white/10 backdrop-blur-md border border-white/15 rounded-2xl flex h-9 w-9 items-center justify-center" aria-label="linkedin"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-4 0v7h-4v-7a6 6 0 0 1 6-6z"/><rect width="4" height="12" x="2" y="9"/><circle cx="4" cy="4" r="2"/></svg></a><a href="#" class="bg-white/10 backdrop-blur-md border border-white/15 rounded-2xl flex h-9 w-9 items-center justify-center" aria-label="instagram"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="20" height="20" x="2" y="2" rx="5"/><path d="M16 11.4a4 4 0 1 1-8 0 4 4 0 0 1 8 0z"/><circle cx="17.5" cy="6.5" r="1"/></svg></a></div></div></div>
</div>
</footer> # Grid Footer — Gradient Mesh
> Gradient Mesh footer: Grid footer.

## Features
- grid footer
- 4-col links
- 3-col meta row
- address
- social end-aligned
## 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
**Gradient Mesh** — 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 18 lines UTF-8 · LF · Spaces: 2
Continue browsing