Section
Premium Stats — Cyber
Cyber stats layout: Premium stat panel.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/stats/cyber/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Stats/cyber Tailwind/Sections/Stats/cyber <!--
Snippet Name: Premium Stats — Cyber
Description: Cyber stats layout: Premium stat panel.
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:'Chakra',sans-serif}.f-mono{font-family:'JetBrains Mono',monospace}.f-disp{font-family:'Chakra',sans-serif}
.cy-grid{background-image:linear-gradient(rgba(57,255,20,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(57,255,20,.06) 1px,transparent 1px);background-size:32px 32px}
.cy-glow{box-shadow:0 0 0 1px rgba(57,255,20,.3),0 0 24px -6px rgba(57,255,20,.4)}
.cy-clip{clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px))}
</style>
<section class="relative w-full py-20 sm:py-28 text-[#c8ffd0]" data-section="cyber">
<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 border-[#39ff14]/40 bg-[#39ff14]/10 px-3 py-1 f-mono text-[11px] font-bold uppercase tracking-wider text-[#39ff14]"><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-[#5a8c5e]">Real performance, measured every single day.</p></div><div class="bg-[#0d130d]/80 border border-[#39ff14]/25 cy-clip cy-glow p-8 sm:p-12"><div class="grid grid-cols-2 gap-8 lg:grid-cols-4"><div class="text-center"><div class="mx-auto mb-3 flex h-12 w-12 items-center justify-center bg-[#0d130d]/60 border border-[#39ff14]/15 cy-clip"><svg class="h-5 w-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></div><p class="f-disp text-3xl sm:text-4xl font-bold">128k</p><p class="mt-1 text-sm text-[#5a8c5e]">Users</p></div><div class="text-center"><div class="mx-auto mb-3 flex h-12 w-12 items-center justify-center bg-[#0d130d]/60 border border-[#39ff14]/15 cy-clip"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="20" height="14" x="2" y="5" rx="2"/><path d="M2 10h20"/></svg></div><p class="f-disp text-3xl sm:text-4xl font-bold">$4.2M</p><p class="mt-1 text-sm text-[#5a8c5e]">ARR</p></div><div class="text-center"><div class="mx-auto mb-3 flex h-12 w-12 items-center justify-center bg-[#0d130d]/60 border border-[#39ff14]/15 cy-clip"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg></div><p class="f-disp text-3xl sm:text-4xl font-bold">99.9%</p><p class="mt-1 text-sm text-[#5a8c5e]">Uptime</p></div><div class="text-center"><div class="mx-auto mb-3 flex h-12 w-12 items-center justify-center bg-[#0d130d]/60 border border-[#39ff14]/15 cy-clip"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z"/></svg></div><p class="f-disp text-3xl sm:text-4xl font-bold">72</p><p class="mt-1 text-sm text-[#5a8c5e]">NPS</p></div></div></div>
</div>
</section> # Premium Stats — Cyber
> Cyber stats layout: Premium stat panel.

## Features
- premium stat panel
- iconized tiles
- centered composition
- boxed container
- responsive 2/4-col
## 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
**Cyber** — 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 19 lines UTF-8 · LF · Spaces: 2
Continue browsing