Section

Bold 404 — Monochrome

Monochrome 404 page: Brutalist 404.

  • Section
  • Tailwind
  • HTML
  • MIT

Preview

Live section

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

Install

Add to your project

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

Source

Implementation

code.html
<!--
Snippet Name: Bold 404 — Monochrome
Description: Monochrome 404 page: Brutalist 404.
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="text-center"><div class="inline-block bg-white border border-black/15 rounded-lg px-6 py-8" style="transform:rotate(-2deg);box-shadow:6px 6px 0 0 #000"><p class="f-disp text-7xl sm:text-9xl font-black">404</p></div><h1 class="mt-6 f-mono text-sm font-bold uppercase tracking-wider">Page not found</h1><p class="mt-2 text-sm text-black/50">This is not the page you are looking for.</p><div class="mt-8 flex flex-col sm:flex-row gap-3 justify-center"><a href="/" class="bg-black text-white rounded-lg font-medium hover:bg-neutral-800 inline-flex items-center justify-center gap-2 px-5 py-2.5"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M3 9.5 12 3l9 6.5V21a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path d="M9 22V12h6v10"/></svg> Back home</a><a href="#" class="border border-black/20 text-black rounded-lg font-medium hover:bg-black/5 inline-flex items-center justify-center gap-2 px-5 py-2.5"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg> Search</a></div></div>
</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/404/monochrome

Continue browsing

View all