Design e Recursos
Status Indicator CSS Gerador
Gerar live status badge CSS.
Entrada
Status Indicator CSS Gerador
status badgeindicatorcssui
Saída
Status Indicator CSS Generator
.status-indicator {
display: inline-flex;
align-items: center;
gap: 10px;
border-radius: 999px;
padding: 8px 17px;
background: #dcfce7;
color: #22c55e;
font-weight: 700;
}
.status-indicator .dot {
width: 10px;
height: 10px;
border-radius: 999px;
background: #22c55e;
box-shadow: 0 0 0 6px color-mix(in srgb, #22c55e 20%, transparent);
}Live preview
Live canvas
Ferramentas relacionadas
Pill Badge CSS Gerador
Gerar pill badge CSS style.
Ribbon Card CSS Gerador
Gerar ribbon badge card CSS.
Accordion CSS Gerador
Gerar accordion panel CSS.
Avatar Stack CSS Gerador
Gerar overlapping avatar stack CSS.
Border Radius Gerador
Gerar border-radius CSS de corner values.
Floating Label Input CSS Gerador
Gerar floating label input CSS.