Add registration

This commit is contained in:
David Hoppenbrouwers
2022-10-08 15:25:28 +02:00
parent 671f1c2ec6
commit e9ef9140f0
8 changed files with 105 additions and 8 deletions

View File

@@ -95,3 +95,11 @@ table.form > * > tr > td, th {
border-radius: 5px;
padding: 8px;
}
.login {
width: 50%;
}
.login input[type=text], .login input[type=password] {
width: 90%;
}