Section

Featured Article — Monochrome

Monochrome blog layout: Featured article hero.

  • Section
  • Tailwind
  • HTML
  • MIT

Preview

Live section

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

Install

Add to your project

terminal
npx devsnips add Tailwind/Sections/Blog/monochrome
registry path: Tailwind/Sections/Blog/monochrome

Source

Implementation

code.html
<!--
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>
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/blog/monochrome

Continue browsing

View all