BLOCK
Stats Row
Kompakte Kennzahlenreihe für Landingpages und Dashboards.
Implementierungen
HTML · HTML + CSS + JS
index.html
<section class="stats"><article><strong>2.000+</strong><span>Komponenten</span></article><article><strong>500+</strong><span>Blocks</span></article><article><strong>100+</strong><span>Templates</span></article><article><strong>100 %</strong><span>kostenlos</span></article></section><style>.stats{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;display:grid;grid-template-columns:repeat(4,1fr);max-width:1000px;margin:auto;border:1px solid #e4e4e7;border-radius:16px;overflow:hidden}.stats article{display:grid;gap:5px;padding:24px;border-right:1px solid #e4e4e7;text-align:center}.stats article:last-child{border-right:0}.stats strong{font-size:2rem}.stats span{color:#71717a}@media(max-width:680px){.stats{grid-template-columns:1fr 1fr}}</style>