COMPONENT
Badge
Kleines Status- oder Kategorie-Badge.
Implementierungen
HTML · HTML + CSS + JS
index.html
<span class="badge">Neu</span><style>.badge{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#ede9fe;color:#5b21b6;font-size:.82rem;font-weight:700}</style>