Initial commit

This commit is contained in:
Richard
2026-07-31 10:08:13 +02:00
parent 652943fb7e
commit a69f31649c
7192 changed files with 924319 additions and 0 deletions
@@ -0,0 +1,14 @@
### T4 · Numbered stat strip
A horizontal strip of 35 stats (count + qualifier) running across one row. Tabular nums.
*Use when:* you have multiple complementary metrics that work together.
*Don't confuse with:* H4 Stat-led hero (which is one focal number, not several).
```html
<section class="stat-strip tnum">
<div><b>2.4M</b><span>users</span></div>
<div><b>99.97%</b><span>uptime</span></div>
<div><b>14</b><span>regions</span></div>
</section>
```
---