Styling for forms

This commit is contained in:
Peter
2024-08-08 21:32:37 +02:00
parent 94c336fb74
commit 4dda70effc
16 changed files with 667 additions and 6314 deletions
-11
View File
@@ -1,11 +0,0 @@
.container {
display: flex;
align-items: center;
justify-content: center;
height: 300px;
}
button {
margin: 10px;
cursor: pointer;
}