Zurück

Design und Assets

CSS-Button-Generator

Erzeuge styled CSS Schaltfläche code.

Kategorie

Design und Assets

Tags

css SchaltflächeuiGeneratorfrontend
Mehr aus Design und Assets
Eingabe

CSS-Button-Generator

css SchaltflächeuiGeneratorfrontend
Ausgabe

Generated Schaltfläche CSS

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 0;
  border-radius: 10px;
  background: #2563eb;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.btn:hover {
  opacity: 0.92;
}
Schaltfläche Vorschau
Live canvas