Section
Gradient 404 — Dark Premium
Dark Premium 404 page: Gradient 404.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/404/dark-premium/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/404/dark-premium Tailwind/Sections/404/dark-premium <!--
Snippet Name: Gradient 404 — Dark Premium
Description: Dark Premium 404 page: Gradient 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:'Manrope',sans-serif}.f-mono{font-family:'Manrope',sans-serif}.f-disp{font-family:'Manrope',sans-serif}
.dp-glow{background:radial-gradient(60% 50% at 50% 0%,rgba(251,191,36,.10),transparent 70%)}
</style>
<section class="relative w-full py-20 sm:py-28 text-white" data-section="dark-premium">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="relative overflow-hidden rounded-3xl p-10 sm:p-14 text-center text-white" style="background:linear-gradient(135deg,#fbbf24,#f59e0b)"><div class="absolute inset-0 opacity-20" style="background:radial-gradient(circle at 70% 20%, #fff, transparent 50%)" aria-hidden="true"></div><div class="relative z-10"><p class="f-disp text-7xl sm:text-9xl font-bold leading-[1.15] sm:leading-[1.4]">404</p><h1 class="mt-4 f-disp text-2xl font-bold">Page not found</h1><p class="mt-2 text-sm text-white/80 max-w-md mx-auto">This page slipped through a gradient rift.</p><div class="mt-6"><a href="/" class="inline-flex items-center gap-2 rounded-full bg-white px-5 py-3 font-bold" style="color:#fbbf24"><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></div></div></div>
</div>
</section> # Gradient 404 — Dark Premium
> Dark Premium 404 page: Gradient 404.

## Features
- gradient 404
- full-bleed color
- white CTA
- oversized numeral
- responsive
## 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
**Dark Premium** — 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 17 lines UTF-8 · LF · Spaces: 2
Continue browsing