jun 20
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
.fa-solid {
|
||||
position: absolute;
|
||||
right: 3%;
|
||||
top: 46%;
|
||||
top: 41%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.fa-solid {
|
||||
top: 46%;
|
||||
top: 41%;
|
||||
}
|
||||
#pswd_info {
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
@media screen and (min-width: 992px) {
|
||||
|
||||
.fa-solid {
|
||||
top: 45%;
|
||||
top: 40%;
|
||||
|
||||
}
|
||||
|
||||
@@ -123,6 +123,7 @@
|
||||
<input class="input-text" type="password" id="password" placeholder="Password" name="password">
|
||||
<i id="togglePassword" class="fa-solid fa-eye"></i>
|
||||
<input class="input-text" type="password" placeholder="Confirm Password" name="password_again">
|
||||
<input class="input-text" type="text" placeholder="City" name="city">
|
||||
<h6>Date of birth:</h6>
|
||||
<div class="date-container">
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user