Design und Assets
Card Hover CSS Generator
Erzeuge card hover CSS snippet.
Eingabe
Card Hover CSS Generator
css cardhoveruisnippet
Ausgabe
Card Hover CSS Generator
.card {
border-radius: 12px;
border: 1px solid #0f172a;
background: #2563eb;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
transform: translateY(-4px);
box-shadow: 0 14px 30px color-mix(in srgb, #0f172a 30%, transparent);
}Ä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.