Erstellung des Benutzerregistrierungssystem

This commit is contained in:
2025-06-18 10:50:44 +02:00
parent 114f8ead52
commit 711b928fa5
7 changed files with 42 additions and 17 deletions

View File

@@ -6,4 +6,5 @@
font-size: var(--font-size-text);
border-radius: 3px;
text-decoration: none;
cursor: pointer;
}

View File

@@ -38,7 +38,7 @@ h2 {
}
main {
margin-top: 135px;
margin-top: 190px;
padding: 10px;
}
@@ -104,10 +104,6 @@ label.errorMsg {
color: orange;
}
input {
width: 300px;
}
input[type="submit"] {
width: 100px;
margin-left: 330px;