Section
Space Theme 404 — Neo Brutalism
Neo Brutalism 404 page: Space theme 404.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/404/neo-brutalism/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/404/neo-brutalism Tailwind/Sections/404/neo-brutalism <!--
Snippet Name: Space Theme 404 — Neo Brutalism
Description: Neo Brutalism 404 page: Space theme 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:'Archivo',sans-serif}.f-mono{font-family:'JetBrains Mono',monospace}.f-disp{font-family:'Archivo',sans-serif}
.nb-grid{background-image:linear-gradient(#0001px,transparent 1px),linear-gradient(90deg,#0001px,transparent 1px);background-size:28px 28px;background-image:linear-gradient(rgba(0,0,0,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.06) 1px,transparent 1px);background-size:28px 28px}
.nb-shadow{box-shadow:8px 8px 0 0 #000}.nb-shadow-sm{box-shadow:4px 4px 0 0 #000}.nb-press{transition:transform .1s ease,box-shadow .1s ease}.nb-press:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 0 #000}
</style>
<section class="relative w-full py-20 sm:py-28 text-black" data-section="neo-brutalism">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="text-center relative py-8"><div class="absolute inset-0 -z-10" aria-hidden="true"><div class="absolute inset-0" style="background-image:radial-gradient(2px 2px at 20% 30%, #fff, transparent),radial-gradient(1px 1px at 60% 70%, #fff, transparent),radial-gradient(1px 1px at 80% 20%, #fff, transparent),radial-gradient(2px 2px at 40% 80%, #fff, transparent);opacity:0.5"></div></div><div class="relative"><div class="mx-auto mb-6 flex h-20 w-20 items-center justify-center"><span class="flex h-16 w-16 items-center justify-center rounded-full bg-[#FFFDF5] border-2 border-black nb-shadow-sm"><svg class="h-8 w-8" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M13 7 9 3 3 9l4 4M9 3l4 4M5 11l-2 2M21 19l-4-4-4 4 4 4M17 15l4 4"/><circle cx="12" cy="12" r="2"/></svg></span></div><p class="f-disp text-7xl sm:text-9xl font-bold" style="text-shadow:0 0 40px #FF4FA3">404</p><h1 class="mt-4 f-disp text-2xl font-bold">Lost in space</h1><p class="mt-2 text-sm text-black/60 max-w-md mx-auto">Houston, we cannot find the page you requested.</p><div class="mt-8 flex flex-col sm:flex-row gap-3 justify-center"><a href="/" class="bg-[#FF4FA3] text-black border-2 border-black nb-shadow-sm nb-press font-bold 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="bg-white text-black border-2 border-black nb-shadow-sm nb-press font-bold 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>
</div>
</section> # Space Theme 404 — Neo Brutalism
> Neo Brutalism 404 page: Space theme 404.

## Features
- space theme 404
- starfield bg
- satellite icon
- glowing numeral
- 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
**Neo Brutalism** — 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 18 lines UTF-8 · LF · Spaces: 2
Continue browsing