update
This commit is contained in:
parent
a826f9c58b
commit
f03b2d10aa
@ -45,7 +45,7 @@ body {
|
|||||||
100% +
|
100% +
|
||||||
220px
|
220px
|
||||||
);
|
);
|
||||||
padding: 20px
|
padding: 35px
|
||||||
140px;
|
140px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -56,7 +56,7 @@ body {
|
|||||||
}
|
}
|
||||||
.wrapper.active
|
.wrapper.active
|
||||||
.form.login {
|
.form.login {
|
||||||
bottom: -12%;
|
bottom: -10%;
|
||||||
border-radius: 35%;
|
border-radius: 35%;
|
||||||
box-shadow: 0 -5px
|
box-shadow: 0 -5px
|
||||||
10px rgba(0, 0, 0, 0.1);
|
10px rgba(0, 0, 0, 0.1);
|
||||||
@ -88,8 +88,8 @@ body {
|
|||||||
form {
|
form {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 20px;
|
gap: 15px;
|
||||||
margin-top: 40px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
form
|
form
|
||||||
input {
|
input {
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
<form action="routes/user.js/register" method="get">
|
<form action="routes/user.js/register" method="get">
|
||||||
<input type="text" id="username" placeholder="Username" required />
|
<input type="text" id="username" placeholder="Username" required />
|
||||||
<input type="text" id="email" placeholder="Email" 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="password" placeholder="Password" required />
|
||||||
<input type="password" id="confirmPassword" placeholder="Confirm Password" required />
|
<input type="password" id="confirmPassword" placeholder="Confirm Password" required />
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user