Section

Developer Theme 404 — Edge Glassmorphism

Edge Glassmorphism 404 page: Developer 404.

  • Section
  • Tailwind
  • HTML
  • MIT

Preview

Live section

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

Install

Add to your project

terminal
npx devsnips add Tailwind/Sections/404/edge-glassmorphism
registry path: Tailwind/Sections/404/edge-glassmorphism

Source

Implementation

code.html
<!--
Snippet Name: Developer Theme 404 — Edge Glassmorphism
Description: Edge Glassmorphism 404 page: Developer 404.
Author: DevSnips Contributors
Usage Example: Drop this snippet into any Tailwind CSS page.
-->
<section class="relative w-full py-20 sm:py-28 text-white" data-section="edge-glassmorphism">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="max-w-2xl mx-auto"><div class="eg-glass rounded-2xl overflow-hidden"><div class="flex items-center gap-2 border-b border-current/10 px-4 py-3"><span class="h-2.5 w-2.5 rounded-full" style="background:currentColor;opacity:0.3"></span><span class="h-2.5 w-2.5 rounded-full" style="background:currentColor;opacity:0.3"></span><span class="h-2.5 w-2.5 rounded-full" style="background:currentColor;opacity:0.3"></span><span class="ml-2 text-white/60">developer</span><h1 class="ml-auto text-white/60 text-base font-semibold">404.sh</h1></div><div class="p-6 font-mono text-sm space-y-2"><p class="text-white/60">$ curl <span class="font-semibold">https://yoursite.com/missing</span></p><p>status: <span style="color:#6ee7ff">404</span> Not Found</p><p>message: The requested resource does not exist.</p><p class="text-white/60">hint: Check the URL or return to safety.</p><p class="pt-2">$ <span class="inline-block w-2 h-4 align-middle" style="background:#6ee7ff;animation:blink 1s steps(1) infinite"></span></p></div></div><div class="mt-6"><div class="mt-8 flex flex-col sm:flex-row gap-3 justify-center"><a href="/" class="bg-gradient-to-r from-fuchsia-500 to-indigo-500 text-white rounded-xl font-semibold shadow-lg hover:shadow-fuchsia-500/30 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="eg-glass text-white rounded-xl font-medium hover:bg-white/15 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><style>
  /* DevSnips style-helper classes (self-contained snippet) */
  .f-sans{font-family:'Sora',sans-serif}.f-mono{font-family:'JetBrains Mono',monospace}.f-disp{font-family:'Sora',sans-serif}
      .eg-mesh{background:radial-gradient(at 18% 18%,rgba(236,72,153,.45) 0,transparent 50%),radial-gradient(at 82% 12%,rgba(99,102,241,.45) 0,transparent 50%),radial-gradient(at 75% 78%,rgba(34,211,238,.4) 0,transparent 50%),radial-gradient(at 22% 82%,rgba(168,85,247,.45) 0,transparent 50%),#0b0a1f;background-size:180% 180%;animation:eg-pan 18s ease-in-out infinite alternate}
      @keyframes eg-pan{0%{background-position:0 0}100%{background-position:100% 100%}}
      .eg-glass{background:rgba(255,255,255,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.16)}
      .eg-soft{background:rgba(255,255,255,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12)}
  @keyframes blink{50%{opacity:0}}
</style></div>
</div>
</section>
19 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/edge-glassmorphism

Continue browsing

View all