Section
Moody 404 — Cyber
Cyber 404 page: Moody 404.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/404/cyber/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/404/cyber Tailwind/Sections/404/cyber <!--
Snippet Name: Moody 404 — Cyber
Description: Cyber 404 page: Moody 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:'Chakra',sans-serif}.f-mono{font-family:'JetBrains Mono',monospace}.f-disp{font-family:'Chakra',sans-serif}
.cy-grid{background-image:linear-gradient(rgba(57,255,20,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(57,255,20,.06) 1px,transparent 1px);background-size:32px 32px}
.cy-glow{box-shadow:0 0 0 1px rgba(57,255,20,.3),0 0 24px -6px rgba(57,255,20,.4)}
.cy-clip{clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px))}
</style>
<section class="relative w-full py-20 sm:py-28 text-[#c8ffd0]" data-section="cyber">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="text-center relative"><div class="absolute inset-0 -z-10 opacity-40" style="background:radial-gradient(circle at 50% 30%,#39ff14,transparent 60%)" aria-hidden="true"></div><p class="f-disp text-8xl sm:text-[10rem] font-bold leading-none" style="color:#39ff14">404</p><h1 class="mt-4 f-disp text-2xl font-bold">Lost in the dark</h1><p class="mt-2 text-sm text-[#5a8c5e] max-w-md mx-auto">The page you are after has vanished into the void.</p><div class="mt-8 flex flex-col sm:flex-row gap-3 justify-center"><a href="/" class="bg-[#39ff14] text-[#0a0e0a] cy-clip font-bold uppercase tracking-wide hover:bg-[#7fff5f] inline-flex items-center justify-center gap-2"><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-[#39ff14]/40 text-[#39ff14] cy-clip font-semibold uppercase tracking-wide hover:bg-[#39ff14]/10 inline-flex items-center justify-center gap-2"><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> # Moody 404 — Cyber
> Cyber 404 page: Moody 404.

## Features
- moody 404
- accent glow
- oversized numeral
- dark hero
- dual CTA
## 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
**Cyber** — 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 19 lines UTF-8 · LF · Spaces: 2
Continue browsing