Design & Assets
Outline Button CSS Generator
Generate minimal outline button CSS.
Input
Outline Button CSS Generator
button cssoutline buttonuisnippet
Output
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;
}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.