mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-15 20:07:51 +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;
|
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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue