register.html - Made some little changes

This commit is contained in:
Matthew Patrick 2021-09-20 10:33:12 +07:00
parent 6bff786b9d
commit 6404c9c46f

View file

@ -31,12 +31,17 @@
border-bottom-right-radius: 20px; border-bottom-right-radius: 20px;
} }
button[type="submit"] {
margin-bottom: 4%;
}
.btn-register { .btn-register {
width: 100%; width: 100%;
background-color: darkred;
border-color: darkred;
border-radius: 100px;
}
.btn-register:hover {
background-color: red;
border-color: red;
} }
.hoversingup-1 a { .hoversingup-1 a {
@ -49,7 +54,7 @@
.hoversingup-1 a:hover { .hoversingup-1 a:hover {
background-color: transparent; background-color: transparent;
color: white; color: red;
text-decoration: underline; text-decoration: underline;
} }
@ -212,6 +217,7 @@
</div> </div>
</div> </div>
<a class="btn btn-register btn-primary" type="submit" href="register-verification-sent.html">Register</a> <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="hoversingup-1 text-center">
<a href="login.html">Already have an account ?? Click here to Sign In !!</a> <a href="login.html">Already have an account ?? Click here to Sign In !!</a>
</div> </div>