Design und Assets
Outline Button CSS Generator
Erzeuge minimal outline button CSS.
Eingabe
Outline Button CSS Generator
button cssoutline buttonuisnippet
Ausgabe
Outline Button CSS Generator
.btn-outline {
border: 1px solid #111827;
color: #111827;
border-radius: 12px;
padding: 8px 15px;
transition: all 0.3s ease;
}
.btn-outline:hover {
background: #111827;
color: #f8fafc;
}Ähnliche Tools
Farbe Konverter
Convert between HEX, RGB, und HSL Farbe fürmats.
CSS Gradient Generator
Erzeuge a linear gradient und copy the CSS instantly.
Favicon Generator
Create a simple SVG favicon aus initials und brund Farbes.
SVG Optimizer
Strip comments und collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments und extra whitespace.
CSS fürmatierer
Pretty-print CSS mit readable indentation.