التصميم والموارد
أداةtip CSS مولد
إنشاء أداةtip CSS style snippets.
الإدخال
أداةtip CSS مولد
tooltipcssui componentdesign
الإخراج
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);
}أدوات مشابهة
لون محول
Convert between HEX, RGB, و HSL لون لـmats.
CSS Gradient مولد
إنشاء a linear gradient و copy the CSS instantly.
Favicon مولد
Create a simple SVG favicon من initials و brو لونs.
SVG Optimizer
Strip comments و collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments و extra whitespace.
CSS منسق
Pretty-print CSS مع readable indentation.