Section

Split Newsletter — Dark Premium

Dark Premium newsletter layout: Split newsletter.

  • Section
  • Tailwind
  • HTML
  • MIT

Preview

Live section

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

Install

Add to your project

terminal
npx devsnips add Tailwind/Sections/Newsletter/dark-premium
registry path: Tailwind/Sections/Newsletter/dark-premium

Source

Implementation

code.html
<!--
Snippet Name: Split Newsletter — Dark Premium
Description: Dark Premium newsletter layout: Split 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:'Manrope',sans-serif}.f-mono{font-family:'Manrope',sans-serif}.f-disp{font-family:'Manrope',sans-serif}
      .dp-glow{background:radial-gradient(60% 50% at 50% 0%,rgba(251,191,36,.10),transparent 70%)}

</style>

<section class="relative w-full py-20 sm:py-28 text-white" data-section="dark-premium">
<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 border border-amber-400/30 bg-amber-400/10 px-3 py-1 text-[11px] font-semibold uppercase tracking-wider text-amber-300"><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-white/55">Monthly product updates and ideas. No spam, unsubscribe anytime.</p></div><div class="grid grid-cols-1 gap-8 lg:grid-cols-2 items-center"><div><span class="inline-flex items-center gap-1.5 rounded-full border border-amber-400/30 bg-amber-400/10 px-3 py-1 text-[11px] font-semibold uppercase tracking-wider text-amber-300 mb-3 inline-flex"><svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M12 3v3M12 18v3M5.6 5.6l2.1 2.1M16.3 16.3l2.1 2.1M3 12h3M18 12h3M5.6 18.4l2.1-2.1M16.3 7.7l2.1-2.1"/></svg> Newsletter</span><h3 class="f-disp text-2xl sm:text-3xl font-bold">Ideas worth your inbox</h3><p class="mt-3 text-sm text-white/55">A monthly letter on building calmer software, written by the team.</p></div><div class="bg-gradient-to-b from-white/[0.06] to-white/[0.02] border border-white/10 rounded-2xl p-6"><form class="flex flex-col sm:flex-row gap-2 max-w-2xl mx-auto 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 border border-white/10 bg-white/5 px-4 py-3 text-white placeholder:text-white/40 focus:outline-none focus:ring-2 focus:ring-amber-400/30 flex-1" aria-label="Email"><button type="submit" class="bg-gradient-to-r from-amber-400 to-yellow-500 text-[#0a0a0f] rounded-xl font-semibold hover:from-amber-300 hover:to-yellow-400 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</button></form><p class="mt-3 text-xs text-white/55">24,000+ readers · 4.9/5 rating</p></div></div>
</div>
</section>
19 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/newsletter/dark-premium

Continue browsing

View all