This commit is contained in:
Patrick Niebeling
2025-03-12 11:29:30 +01:00
parent 9538c99576
commit 1e46c19f1b
14 changed files with 202 additions and 130 deletions

9
resources/css/style.css Normal file
View File

@ -0,0 +1,9 @@
/* style.css */
form {
margin: 20px 0;
}
button {
padding: 10px;
background-color: #007bff;
color: white;
}