Section
Dashboard 404 — Bento Grid
Bento Grid 404 page: Dashboard 404.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/404/bento-grid/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/404/bento-grid Tailwind/Sections/404/bento-grid <!--
Snippet Name: Dashboard 404 — Bento Grid
Description: Bento Grid 404 page: Dashboard 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:'Inter',sans-serif}.f-mono{font-family:'JetBrains Mono',monospace}.f-disp{font-family:'Inter',sans-serif}
.bento{background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(236,72,153,.08))}
</style>
<section class="relative w-full py-20 sm:py-28 text-white" data-section="bento-grid">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="max-w-lg mx-auto bg-white/[0.04] border border-white/10 rounded-3xl transition-transform duration-300 hover:-translate-y-1 p-8"><div class="flex items-center justify-between border-b border-current/10 pb-3 mb-6"><div class="flex items-center gap-2"><span class="inline-flex items-center gap-2 h-7" style="color:currentColor"><svg viewBox="0 0 24 24" fill="none" class="h-full w-auto" aria-hidden="true"><path d="M12 2 2 19h20L12 2z" fill="currentColor"/></svg><span class="font-semibold tracking-tight">Flowbase</span></span><span class="text-sm font-medium">Workspace</span></div><span class="inline-flex items-center gap-1.5 rounded-full border border-white/10 bg-white/5 px-3 py-1 f-mono text-[11px] font-medium text-white/70">404</span></div><div class="text-center py-6"><div class="mx-auto mb-4 flex h-14 w-14 items-center justify-center bg-white/[0.03] border border-white/10 rounded-2xl"><svg class="h-7 w-7" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M10.3 3.9 1.8 18a2 2 0 0 0 1.7 3h17a2 2 0 0 0 1.7-3L13.7 3.9a2 2 0 0 0-3.4 0z"/><path d="M12 9v4M12 17h.01"/></svg></div><h1 class="font-semibold">Resource not found</h1><p class="mt-1 text-sm text-white/55">This item may have been deleted or you lack access.</p></div><div class="flex gap-2"><a href="/" class="bg-gradient-to-br from-indigo-500 to-pink-500 text-white rounded-2xl font-semibold hover:opacity-90 flex-1 justify-center"><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 to app</a><a href="#" class="border border-white/15 bg-white/5 text-white rounded-2xl font-medium hover:bg-white/10 flex-1 justify-center"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><circle cx="12" cy="12" r="10"/><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"/><path d="M12 17h.01"/></svg> Report</a></div></div>
</div>
</section> # Dashboard 404 — Bento Grid
> Bento Grid 404 page: Dashboard 404.

## Features
- dashboard 404
- app shell panel
- resource framing
- report CTA
- 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
**Bento Grid** — 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