Design und Assets
Outline-Button-CSS-Generator
Erzeuge minimales CSS für Outline-Buttons.
Kategorie
Design und Assets
Tags
Schaltfläche cssoutline Schaltflächeuisnippet
Eingabe
Outline-Button-CSS-Generator
Schaltfläche cssoutline Schaltflächeuisnippet
Ausgabe
Outline Schaltfläche CSS Generator
.btn-outline {
border: 1px solid #111827;
color: #111827;
background: transparent;
border-radius: 12px;
padding: 8px 15px;
transition: all 0.3s ease;
}
.btn-outline:hover {
background: #111827;
color: #f8fafc;
}Live Vorschau
Live canvas

