added Dockerfile, fixed css ids

This commit is contained in:
2022-04-21 23:03:43 +02:00
parent c9ba176a91
commit db057c16a4
4 changed files with 25 additions and 3 deletions

View File

@@ -3,7 +3,8 @@ label {
margin: 5px 0;
}
#login form {
#login form,
#register form{
width: 450px;
margin: 0 auto;
}

View File

@@ -6,7 +6,7 @@
<script src="js"></script>
<link rel="stylesheet" href="css" />
</head>
<body>
<body id="register">
«navigation()»
«userinfo()»
<h1>Widerhall user registration</h1>