Connect Other Page

This commit is contained in:
Kelvin Samuel 2021-11-09 11:13:46 +07:00
parent 92914fd4d0
commit 8bfde4ef01

View file

@ -20,6 +20,15 @@
background-color: #1b1c1e; background-color: #1b1c1e;
} }
.nav-color {
background-color: #212226;
}
.nav-radius {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.form-control { .form-control {
background-color: #212226; background-color: #212226;
color: white; color: white;
@ -230,11 +239,11 @@
<input class="form-control input-sm text-center" id="exampleDropdownFormEmail1" <input class="form-control input-sm text-center" id="exampleDropdownFormEmail1"
placeholder="Email address" type="email"> placeholder="Email address" type="email">
</div> </div>
<a href="otp.html"><input class="btn btn-resetpassword btn-primary" style="width: 100%;" <a href="otp"><input class="btn btn-resetpassword btn-primary" style="width: 100%;"
type="button" value="Reset Password"></a> type="button" value="Reset Password"></a>
<br><br> <br><br>
<div class="hoverforgot-1 text-center"> <div class="hoverforgot-1 text-center">
<a href="login.html">Or Return to Login</a> <a href="login">Or Return to Login</a>
</div> </div>
</form> </form>
</div> </div>