Section
Spotlight 404 — Elegant Luxury
Elegant Luxury 404 page: Spotlight 404.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/404/elegant-luxury/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/404/elegant-luxury Tailwind/Sections/404/elegant-luxury <!--
Snippet Name: Spotlight 404 — Elegant Luxury
Description: Elegant Luxury 404 page: Spotlight 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:'Jost',sans-serif}.f-mono{font-family:'Jost',sans-serif}.f-disp{font-family:'Cormorant Garamond',serif}
.el-line{background:linear-gradient(90deg,transparent,rgba(197,165,114,.6),transparent)}
</style>
<section class="relative w-full py-20 sm:py-28 text-[#ece7df]" data-section="elegant-luxury">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="bg-[#131312] border border-[#c5a572]/20 rounded-sm transition-colors hover:border-[#c5a572]/40 p-8 sm:p-12 text-center relative overflow-hidden max-w-xl mx-auto"><div class="absolute inset-0 opacity-30" style="background:radial-gradient(circle at 50% 0%,#c5a572,transparent 60%)" aria-hidden="true"></div><div class="relative z-10"><div class="mx-auto mb-4 flex h-14 w-14 items-center justify-center bg-[#161615] border border-[#c5a572]/12 rounded-sm"><svg class="h-7 w-7" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" aria-hidden="true"><path d="M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg></div><h1 class="f-disp text-4xl sm:text-5xl font-medium tracking-tight">Page not found</h1><div class="mx-auto mt-4 h-px w-24 el-line" aria-hidden="true"></div><p class="mt-4 text-sm text-[#a8a29e] max-w-sm mx-auto">The page you requested is no longer available.</p><div class="mt-8 flex flex-col sm:flex-row gap-3 justify-center"><a href="/" class="inline-flex items-center justify-center gap-2 rounded-sm bg-[#c5a572] px-5 py-2.5 text-sm font-medium text-[#131312] hover:bg-[#d4b78a]"><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="inline-flex items-center justify-center gap-2 rounded-sm border border-[#c5a572]/30 px-5 py-2.5 text-sm font-medium text-[#c5a572] hover:bg-[#c5a572]/10"><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> # Spotlight 404 — Elegant Luxury
> Elegant Luxury 404 page: Spotlight 404.

## Features
- spotlight 404
- glass panel
- radial glow
- compass icon
- 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
**Elegant Luxury** — 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