aussehen rahmen

This commit is contained in:
Peter Hoppe
2023-02-10 15:44:31 +01:00
parent 0e9d6299af
commit fcc8c268bd
9 changed files with 56 additions and 10 deletions

View File

@ -51,6 +51,8 @@ const Register = () =>
<div className='InputForm'>
<Toaster toastOptions={{ position: "top-center" }} />
<h2>Register</h2>
<div className='frameCenter'>
<div className='frame'>
<form onSubmit={submitForm}>
<div className='neben'>
<label htmlFor="email">Email: </label>
@ -67,6 +69,8 @@ const Register = () =>
<button type="submit" >Register</button>
<div className="bottom-link"><Link to="/login">Login</Link></div>
</form>
</div>
</div>
</div>
)
}