1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-04-17 11:04:29 +02:00

register.html - Fixed CSS Class name

This commit is contained in:
Matthew Patrick 2021-09-23 14:35:43 +07:00
parent 06172211dc
commit 77bcfc9da2

View file

@ -44,7 +44,7 @@
border-color: red;
}
.hoversingup-1 a {
.hoversignin-1 a {
color: white;
background-color: transparent;
position: center;
@ -52,7 +52,7 @@
text-align: center;
}
.hoversingup-1 a:hover {
.hoversignin-1 a:hover {
background-color: transparent;
color: red;
text-decoration: underline;
@ -218,7 +218,7 @@
</div>
<a class="btn btn-register btn-primary" type="submit" href="register-verification-sent.html">Register</a>
<br style="display: block;content: ' '; margin: 1vw 0; line-height: 1vw;">
<div class="hoversingup-1 text-center">
<div class="hoversignin-1 text-center">
<a href="login.html">Already have an account ?? Click here to Sign In !!</a>
</div>
</form>