Section
Split Stats — Neo Brutalism
Neo Brutalism stats layout: Split stat layout.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/stats/neo-brutalism/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Stats/neo-brutalism Tailwind/Sections/Stats/neo-brutalism <!--
Snippet Name: Split Stats — Neo Brutalism
Description: Neo Brutalism stats layout: Split stat layout.
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:'Archivo',sans-serif}.f-mono{font-family:'JetBrains Mono',monospace}.f-disp{font-family:'Archivo',sans-serif}
.nb-grid{background-image:linear-gradient(#0001px,transparent 1px),linear-gradient(90deg,#0001px,transparent 1px);background-size:28px 28px;background-image:linear-gradient(rgba(0,0,0,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.06) 1px,transparent 1px);background-size:28px 28px}
.nb-shadow{box-shadow:8px 8px 0 0 #000}.nb-shadow-sm{box-shadow:4px 4px 0 0 #000}.nb-press{transition:transform .1s ease,box-shadow .1s ease}.nb-press:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 0 #000}
</style>
<section class="relative w-full py-20 sm:py-28 text-black" data-section="neo-brutalism">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="mb-10 text-center mx-auto"><p class="mb-4"><span class="inline-flex items-center gap-1.5 border-2 border-black bg-[#FFE600] px-2.5 py-1 f-mono text-[11px] font-bold uppercase tracking-wider"><svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M22 7 13.5 15.5 8.5 10.5 2 17"/><path d="M16 7h6v6"/></svg> Stats</span></p><h2 class="f-disp text-3xl sm:text-4xl lg:text-5xl font-bold tracking-tight text-center mx-auto">Numbers that matter</h2><p class="mt-4 max-w-2xl text-center mx-auto text-base sm:text-lg leading-relaxed text-black/60">Real performance, measured every single day.</p></div><div class="grid grid-cols-1 gap-8 lg:grid-cols-2 items-center"><div><span class="inline-flex items-center gap-1.5 border-2 border-black bg-[#FFE600] px-2.5 py-1 f-mono text-[11px] font-bold uppercase tracking-wider mb-4 inline-flex"><svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M22 21v-2a4 4 0 0 0-3-3.9M16 3.1a4 4 0 0 1 0 7.8"/></svg> Featured</span><p class="f-disp text-5xl sm:text-6xl font-bold">128k</p><p class="mt-3 text-black/60 text-lg">Active users across 42 countries, growing 32% quarter over quarter.</p></div><div class="grid grid-cols-2 gap-4"><div class="bg-white border-2 border-black nb-shadow p-5"><p class="f-disp text-2xl font-bold">$4.2M</p><p class="mt-1 text-xs text-black/60">ARR</p></div><div class="bg-white border-2 border-black nb-shadow p-5"><p class="f-disp text-2xl font-bold">99.9%</p><p class="mt-1 text-xs text-black/60">Uptime</p></div><div class="bg-white border-2 border-black nb-shadow p-5"><p class="f-disp text-2xl font-bold">72</p><p class="mt-1 text-xs text-black/60">NPS</p></div><div class="bg-white border-2 border-black nb-shadow p-5"><p class="f-disp text-2xl font-bold">1m 42s</p><p class="mt-1 text-xs text-black/60">Reply time</p></div></div></div>
</div>
</section> # Split Stats — Neo Brutalism
> Neo Brutalism stats layout: Split stat layout.

## Features
- split stat layout
- large headline number
- 2x2 supporting grid
- asymmetric balance
- responsive
## 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
**Neo Brutalism** — 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 18 lines UTF-8 · LF · Spaces: 2
Continue browsing