Section
Featured Article — Monochrome
Monochrome blog layout: Featured article hero.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/blog/monochrome/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Blog/monochrome Tailwind/Sections/Blog/monochrome <!--
Snippet Name: Featured Article — Monochrome
Description: Monochrome blog layout: Featured article hero.
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:'JetBrains Mono',monospace}.f-disp{font-family:'Inter',sans-serif}
</style>
<section class="relative w-full py-20 sm:py-28 text-black" data-section="monochrome">
<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-black/15 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-black/60"><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-black/50">Essays on building support that respects everyone's time.</p></div><article class="bg-white border border-black/15 rounded-lg transition-colors hover:border-black/30 overflow-hidden"><div class="grid grid-cols-1 lg:grid-cols-2"><div class="aspect-[16/9] relative overflow-hidden" style="background:linear-gradient(135deg,#6366f1,#8b5cf6)"><div class="absolute inset-0 opacity-20" style="background-image:radial-gradient(circle at 30% 20%, #fff 0, transparent 40%)"></div><span class="absolute bottom-3 left-3 inline-flex items-center gap-1.5 rounded-full border border-black/15 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-black/60">Engineering</span></div><div class="p-8 sm:p-10"><span class="inline-flex items-center gap-1.5 rounded-full border border-black/15 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-black/60 mb-4 inline-flex">Engineering</span><h3 class="f-disp text-2xl sm:text-3xl font-bold leading-tight">How we cut our reply time to under 2 minutes</h3><p class="mt-3 text-sm text-black/50 leading-relaxed">A deep dive into the architecture and trade-offs behind our sub-2-minute median reply time.</p><div class="mt-5 flex items-center gap-3"><span class="inline-flex h-11 w-11 shrink-0 items-center justify-center rounded-full text-white font-semibold text-sm h-9 w-9" style="background:linear-gradient(135deg,#f97316,#ef4444)" aria-hidden="true">MC</span><div class="text-xs"><p class="font-medium">Maya Chen</p><p class="text-black/50">2026-07-28 · 8 min read</p></div></div><a href="#" class="mt-6 inline-flex items-center gap-2 border border-black/20 text-black rounded-lg font-medium hover:bg-black/5"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M5 12h14M13 6l6 6-6 6"/></svg> Read article</a></div></div></article>
</div>
</section> # Featured Article — Monochrome
> Monochrome blog layout: Featured article hero.

## Features
- featured article hero
- 2-col split
- gradient cover
- read CTA
- author meta
## 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
**Monochrome** — 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