Design e Recursos
Ferramentatip CSS Gerador
Gerar Ferramentatip CSS style snippets.
Entrada
Ferramentatip CSS Gerador
tooltipcssui componentdesign
Saída
Tooltip CSS Generator
.tooltip {
position: relative;
}
.tooltip::after {
content: attr(data-tip);
position: absolute;
left: 50%;
bottom: calc(100% + 10px);
transform: translateX(-50%) scale(0.97);
opacity: 0;
transition: opacity 0.3s ease, transform 0.3s ease;
background: #f8fafc;
color: #111827;
border-radius: 6px;
padding: 6px 10px;
white-space: nowrap;
}
.tooltip:hover::after {
opacity: 1;
transform: translateX(-50%) scale(1);
}Ferramentas relacionadas
Cor Conversor
Convert between HEX, RGB, e HSL Cor paramats.
CSS Gradient Gerador
Gerar a linear gradient e copy the CSS instantly.
Favicon Gerador
Create a simple SVG favicon de initials e bre Cors.
SVG Optimizer
Strip comments e collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments e extra whitespace.
CSS paramatador
Pretty-print CSS com readable indentation.