mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-13 11:18:30 +01:00
Added something to register page
This commit is contained in:
parent
8fe49a2270
commit
8d56037fd4
1 changed files with 24 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue