Section
Abstract 404 — Startup Landing
Startup Landing 404 page: Abstract 404.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/404/startup-landing/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/404/startup-landing Tailwind/Sections/404/startup-landing <!--
Snippet Name: Abstract 404 — Startup Landing
Description: Startup Landing 404 page: Abstract 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:'Plus Jakarta Sans',sans-serif}.f-mono{font-family:'Plus Jakarta Sans',sans-serif}.f-disp{font-family:'Plus Jakarta Sans',sans-serif}
</style>
<section class="relative w-full py-20 sm:py-28 text-slate-900" data-section="startup-landing">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 gap-8 lg:grid-cols-2 items-center max-w-4xl mx-auto"><div class="relative h-64"><svg viewBox="0 0 200 200" class="h-full w-full" aria-hidden="true"><circle cx="60" cy="80" r="40" fill="none" stroke="#4f46e5" stroke-width="1.5"/><rect x="100" y="40" width="70" height="70" rx="12" fill="none" stroke="currentColor" stroke-width="1.5" opacity="0.4"/><path d="M40 160 Q100 120 160 160" fill="none" stroke="#6366f1" stroke-width="1.5" opacity="0.6"/><circle cx="140" cy="130" r="18" fill="#e0e7ff" stroke="#4f46e5" stroke-width="1.5"/></svg></div><div class="text-center lg:text-left"><p class="f-disp text-6xl sm:text-7xl font-bold tracking-tight text-indigo-600">404</p><h1 class="mt-3 f-disp text-2xl font-bold text-slate-900">Page not found</h1><p class="mt-3 text-sm text-slate-500 max-w-sm mx-auto lg:mx-0">Sorry, we couldn’t find the page you’re looking for. It may have been moved or deleted.</p><div class="mt-8 flex flex-col sm:flex-row gap-3 justify-center lg:justify-start"><a href="/" class="inline-flex items-center justify-center gap-2 rounded-xl bg-indigo-600 px-5 py-2.5 text-sm font-semibold text-white hover:bg-indigo-500"><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-xl border border-slate-300 px-5 py-2.5 text-sm font-medium text-slate-700 hover:bg-white"><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> # Abstract 404 — Startup Landing
> Startup Landing 404 page: Abstract 404.

## Features
- abstract 404
- SVG abstract art
- split layout
- geometric shapes
- 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
**Startup Landing** — 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 16 lines UTF-8 · LF · Spaces: 2
Continue browsing