Added something to register page

This commit is contained in:
Moe Poi ~ 2021-09-13 12:07:36 +07:00
parent 8fe49a2270
commit 8d56037fd4

View file

@ -43,6 +43,26 @@
.btn-register {
width: 100%;
}
.hoversingup-1 a {
color: white;
background-color: transparent;
text-align: center;
margin:0;
padding-left: 0%;
padding-top: 2%;
padding-bottom: 2%;
margin-top: 0;
margin-left: 0%;
font-size: 13pt;
}
.hoversingup-1 a:hover {
background-color: transparent;
color: white;
text-decoration: underline;
}
</style>
</head>
@ -111,6 +131,10 @@
class="form-control input-sm text-center" placeholder="Confirm Password">
</div>
<button type="submit" class="btn btn-register btn-primary">Register</button>
<div class="hoversingup-1">
<a class="dropdown-item" href="login.html">Already have account? Sign In</a>
</div>
</form>
</div>
</div>