Section

Minimal Footer — Apple Inspired

Apple Inspired footer: Minimal footer.

  • Section
  • Tailwind
  • HTML
  • MIT

Preview

Live section

Interactive preview
Open preview
9:41 100%
devsnips.dev/library/tailwind/sections/footer/apple-inspired/
fluid · no fixed width 100%
Dependencies: Tailwind CSS (CDN) · Google Fonts Responsive

Install

Add to your project

terminal
npx devsnips add Tailwind/Sections/Footer/apple-inspired
registry path: Tailwind/Sections/Footer/apple-inspired

Source

Implementation

code.html
<!--
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>
16 lines UTF-8 · LF · Spaces: 2

AI-ready

Available to your agent.

This section is reachable through the DevSnips CLI, MCP server and Skills integrations — one registry, one resource path.

Resource path

devsnips://sections/footer/apple-inspired

Continue browsing

View all