This commit is contained in:
2026-06-18 19:58:41 +02:00
parent 177e959bbd
commit 9704d5792a
2 changed files with 28 additions and 0 deletions
@@ -0,0 +1,21 @@
body {
/* Formular Styles */
input, textarea, select, button {
width: 100%;
margin-top: 1rem;
padding: 0.75rem;
font-size: 1rem;
border-radius: 0.5rem;
color: white;
border: none;
cursor: pointer;
margin-bottom: 15px;
}
button:hover {
cursor: pointer;
border: none;
transition: all 0.2s ease-in-out;
margin-bottom: 15px;
}
}