mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-09 11:44:10 +01:00
register.html - Made some little changes
This commit is contained in:
parent
6bff786b9d
commit
6404c9c46f
1 changed files with 10 additions and 4 deletions
|
@ -31,12 +31,17 @@
|
|||
border-bottom-right-radius: 20px;
|
||||
}
|
||||
|
||||
button[type="submit"] {
|
||||
margin-bottom: 4%;
|
||||
}
|
||||
|
||||
.btn-register {
|
||||
width: 100%;
|
||||
background-color: darkred;
|
||||
border-color: darkred;
|
||||
border-radius: 100px;
|
||||
}
|
||||
|
||||
.btn-register:hover {
|
||||
background-color: red;
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
.hoversingup-1 a {
|
||||
|
@ -49,7 +54,7 @@
|
|||
|
||||
.hoversingup-1 a:hover {
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
color: red;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
@ -212,6 +217,7 @@
|
|||
</div>
|
||||
</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">
|
||||
<a href="login.html">Already have an account ?? Click here to Sign In !!</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue