Design & Assets
Card Hover CSS Generator
Generate card hover CSS snippet.
Input
Card Hover CSS Generator
css cardhoveruisnippet
Output
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);
}Related tools
Color Converter
Convert between HEX, RGB, and HSL color formats.
CSS Gradient Generator
Generate a linear gradient and copy the CSS instantly.
Favicon Generator
Create a simple SVG favicon from initials and brand colors.
SVG Optimizer
Strip comments and collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments and extra whitespace.
CSS Formatter
Pretty-print CSS with readable indentation.