update
This commit is contained in:
parent
a826f9c58b
commit
f03b2d10aa
@ -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 {
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user