Section
Minimal Footer — Apple Inspired
Apple Inspired footer: Minimal footer.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/footer/apple-inspired/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Footer/apple-inspired Tailwind/Sections/Footer/apple-inspired <!--
Snippet Name: Minimal Footer — Apple Inspired
Description: Apple Inspired footer: Minimal 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:'Inter',sans-serif}.f-mono{font-family:'Inter',sans-serif}.f-disp{font-family:'Inter',sans-serif}
</style>
<footer class="relative w-full text-[#1d1d1f]" data-footer="apple-inspired">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8 py-14 sm:py-20">
<div class="flex flex-col items-center justify-between gap-6 sm:flex-row"><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-[#6e6e73]">© 2026 Flowbase</p></div><nav class="flex gap-6 text-sm text-[#6e6e73]"><a href="#" class="hover:opacity-100">Privacy</a><a href="#" class="hover:opacity-100">Terms</a><a href="#" class="hover:opacity-100">Status</a><a href="#" class="hover:opacity-100">Contact</a></nav></div>
</div>
</footer> # Minimal Footer — Apple Inspired
> Apple Inspired footer: Minimal footer.

## Features
- minimal footer
- single row
- inline links
- copyright
- responsive stack
## 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
**Apple Inspired** — 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 16 lines UTF-8 · LF · Spaces: 2
Continue browsing