Section
Minimal Articles — Dark Premium
Dark Premium blog layout: Minimal article list.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/blog/dark-premium/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Blog/dark-premium Tailwind/Sections/Blog/dark-premium <!--
Snippet Name: Minimal Articles — Dark Premium
Description: Dark Premium blog layout: Minimal article list.
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"><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> Blog</span></p><h2 class="f-disp text-3xl sm:text-4xl lg:text-5xl font-bold tracking-tight text-center mx-auto">Ideas worth your time</h2><p class="mt-4 max-w-2xl text-center mx-auto text-base sm:text-lg leading-relaxed text-white/55">Essays on building support that respects everyone's time.</p></div><div class="divide-y divide-current/10 max-w-3xl mx-auto"><article class="py-6"><div class="flex items-center gap-3 mb-2"><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">Engineering</span><span class="text-xs text-white/55">2026-07-28</span></div><a href="#"><h3 class="f-disp text-xl font-semibold leading-snug hover:opacity-70">How we cut our reply time to under 2 minutes</h3></a><p class="mt-2 text-sm text-white/55">Maya Chen</p></article><article class="py-6"><div class="flex items-center gap-3 mb-2"><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">Design</span><span class="text-xs text-white/55">2026-07-21</span></div><a href="#"><h3 class="f-disp text-xl font-semibold leading-snug hover:opacity-70">Designing a support workspace that feels calm</h3></a><p class="mt-2 text-sm text-white/55">Sofia Rossi</p></article><article class="py-6"><div class="flex items-center gap-3 mb-2"><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">Product</span><span class="text-xs text-white/55">2026-07-14</span></div><a href="#"><h3 class="f-disp text-xl font-semibold leading-snug hover:opacity-70">The hidden cost of context switching</h3></a><p class="mt-2 text-sm text-white/55">Aisha Karim</p></article><article class="py-6"><div class="flex items-center gap-3 mb-2"><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">Operations</span><span class="text-xs text-white/55">2026-07-07</span></div><a href="#"><h3 class="f-disp text-xl font-semibold leading-snug hover:opacity-70">Scaling support without scaling headcount</h3></a><p class="mt-2 text-sm text-white/55">Ethan Park</p></article><article class="py-6"><div class="flex items-center gap-3 mb-2"><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">Engineering</span><span class="text-xs text-white/55">2026-06-30</span></div><a href="#"><h3 class="f-disp text-xl font-semibold leading-snug hover:opacity-70">Why we rewrote our queue in Rust</h3></a><p class="mt-2 text-sm text-white/55">Daniel Reyes</p></article><article class="py-6"><div class="flex items-center gap-3 mb-2"><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">Customer Stories</span><span class="text-xs text-white/55">2026-06-23</span></div><a href="#"><h3 class="f-disp text-xl font-semibold leading-snug hover:opacity-70">Onboarding 200 contractors in an afternoon</h3></a><p class="mt-2 text-sm text-white/55">Dana Fischer</p></article></div>
</div>
</section> # Minimal Articles — Dark Premium
> Dark Premium blog layout: Minimal article list.

## Features
- minimal article list
- no images
- hairline dividers
- typographic
- narrow max width
## 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
**Dark Premium** — 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 17 lines UTF-8 · LF · Spaces: 2
Continue browsing