Section
Benefits Newsletter CTA — Apple Inspired
Apple Inspired newsletter layout: Benefits newsletter.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/newsletter/apple-inspired/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Newsletter/apple-inspired Tailwind/Sections/Newsletter/apple-inspired <!--
Snippet Name: Benefits Newsletter CTA — Apple Inspired
Description: Apple Inspired newsletter layout: Benefits newsletter.
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>
<section class="relative w-full py-20 sm:py-28 text-[#1d1d1f]" data-section="apple-inspired">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="mb-10 text-center mx-auto"><p class="mb-4"><span class="inline-flex items-center gap-1.5 rounded-full bg-[#0071e3]/10 px-3 py-1 text-[11px] font-semibold uppercase tracking-wide text-[#0071e3]"><svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="20" height="16" x="2" y="4" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/></svg> Newsletter</span></p><h2 class="f-disp text-3xl sm:text-4xl lg:text-5xl font-bold tracking-tight text-center mx-auto">Stay in the loop</h2><p class="mt-4 max-w-2xl text-center mx-auto text-base sm:text-lg leading-relaxed text-[#6e6e73]">Monthly product updates and ideas. No spam, unsubscribe anytime.</p></div><div class="bg-white rounded-2xl shadow-[0_4px_24px_-8px_rgba(0,0,0,.12)] transition-transform duration-300 hover:-translate-y-1 hover:shadow-[0_12px_40px_-12px_rgba(0,0,0,.18)] p-8 sm:p-10"><div class="grid grid-cols-1 gap-8 lg:grid-cols-2 items-center"><div><h3 class="f-disp text-2xl font-bold">The product letter</h3><p class="mt-2 text-sm text-[#6e6e73]">Ideas on building calm software.</p><div class="mt-6"><form class="flex flex-col gap-2 max-w-2xl sm:mx-0 w-full"><label for="nl-email" class="sr-only">Email address</label><input id="nl-email" type="email" placeholder="you@email.com" class="w-full rounded-xl bg-white border border-black/5 px-4 py-3 text-[#1d1d1f] placeholder:text-[#6e6e73] focus:outline-none focus:ring-2 focus:ring-[#0071e3]/30" aria-label="Email"><button type="submit" class="bg-[#0071e3] text-white rounded-full font-medium hover:bg-[#0077ed] px-6 py-3 justify-center"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="m22 2-7 20-4-9-9-4Z"/><path d="M22 2 11 13"/></svg> Subscribe to the newsletter</button></form></div></div><ul class="space-y-4"><li class="flex items-start gap-3"><span class="flex h-9 w-9 shrink-0 items-center justify-center bg-white/70 backdrop-blur rounded-2xl"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><path d="M14 2v6h6"/></svg></span><div><p class="text-sm font-semibold">Monthly essays</p><p class="text-xs text-[#6e6e73]">Deep, long-form reads</p></div></li><li class="flex items-start gap-3"><span class="flex h-9 w-9 shrink-0 items-center justify-center bg-white/70 backdrop-blur rounded-2xl"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg></span><div><p class="text-sm font-semibold">No spam</p><p class="text-xs text-[#6e6e73]">We never sell your email</p></div></li><li class="flex items-start gap-3"><span class="flex h-9 w-9 shrink-0 items-center justify-center bg-white/70 backdrop-blur rounded-2xl"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M18 6 6 18M6 6l12 12"/></svg></span><div><p class="text-sm font-semibold">One-click exit</p><p class="text-xs text-[#6e6e73]">Unsubscribe anytime</p></div></li></ul></div></div>
</div>
</section> # Benefits Newsletter CTA — Apple Inspired
> Apple Inspired newsletter layout: Benefits newsletter.

## Features
- benefits newsletter
- split + perks list
- 3 benefit rows
- stacked form
- responsive
## 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 18 lines UTF-8 · LF · Spaces: 2
Continue browsing