This commit is contained in:
Leo 2024-01-17 17:48:10 +08:00
parent a826f9c58b
commit f03b2d10aa
2 changed files with 6 additions and 4 deletions

View File

@ -45,7 +45,7 @@ body {
100% +
220px
);
padding: 20px
padding: 35px
140px;
border-radius: 50%;
height: 100%;
@ -56,7 +56,7 @@ body {
}
.wrapper.active
.form.login {
bottom: -12%;
bottom: -10%;
border-radius: 35%;
box-shadow: 0 -5px
10px rgba(0, 0, 0, 0.1);
@ -88,8 +88,8 @@ body {
form {
display: flex;
flex-direction: column;
gap: 20px;
margin-top: 40px;
gap: 15px;
margin-top: 50px;
}
form
input {

View File

@ -16,6 +16,8 @@
<form action="routes/user.js/register" method="get">
<input type="text" id="username" placeholder="Username" required />
<input type="text" id="email" placeholder="Email" required />
<input type="text" id="address" placeholder="Address" required />
<input type="text" id="phone" placeholder="Phone Number" required />
<input type="password" id="password" placeholder="Password" required />
<input type="password" id="confirmPassword" placeholder="Confirm Password" required />
<div class="checkbox">