Sprache

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

Cookie preferences

We use cookies for essential site features and, with your permission, analytics and advertising.