Section

Funny 404 — Soft UI (Neumorphism)

Soft UI 404 page: Funny 404.

  • Section
  • Tailwind
  • HTML
  • MIT

Preview

Live section

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

Install

Add to your project

terminal
npx devsnips add Tailwind/Sections/404/soft-ui
registry path: Tailwind/Sections/404/soft-ui

Source

Implementation

code.html
<!--
Snippet Name: Funny 404 — Soft UI (Neumorphism)
Description: Soft UI 404 page: Funny 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}
      .neu{background:#e6e7ee;box-shadow:8px 8px 18px #c8c9d0,-8px -8px 18px #ffffff}
      .neu-sm{background:#e6e7ee;box-shadow:5px 5px 10px #c8c9d0,-5px -5px 10px #ffffff}
      .neu-in{background:#e6e7ee;box-shadow:inset 5px 5px 10px #c8c9d0,inset -5px -5px 10px #ffffff}
      .neu-press:active{box-shadow:inset 4px 4px 8px #c8c9d0,inset -4px -4px 8px #ffffff}
</style>
<section class="relative w-full py-20 sm:py-28 text-[#3a3b45]" data-section="soft-ui">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="text-center"><div class="mx-auto mb-6 flex h-20 w-20 items-center justify-center neu-sm rounded-xl"><svg class="h-10 w-10" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M9 10h.01M15 10h.01"/><path d="M12 2a8 8 0 0 0-8 8v12l3-3 3 3 2-2 2 2 3-3 3 3V10a8 8 0 0 0-8-8z"/></svg></div><h1 class="f-disp text-5xl sm:text-7xl font-bold">Oops!</h1><p class="mt-4 text-lg">Looks like this page took the day off.</p><p class="mt-2 text-sm text-[#8a8b95]">Error 404: Page on vacation. Please try another.</p><div class="mt-8 flex flex-col sm:flex-row gap-3 justify-center"><a href="/" class="neu-sm rounded-xl font-semibold text-[#6366f1] neu-press 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="neu-sm rounded-xl font-medium text-[#3a3b45] neu-press 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>
20 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/soft-ui

Continue browsing

View all