Added routing and structure to the login and register

This commit is contained in:
2021-09-24 23:54:40 -03:00
parent 6fea8d9175
commit 1f5222c069
10 changed files with 98 additions and 12 deletions

View File

@@ -6,6 +6,9 @@
justify-content: center;
height: 17vh;
}
.header-main-page a {
text-decoration: none;
}
.header-main-page h1 {
color: #ffffff;
font-size: 7vh;
@@ -68,6 +71,7 @@
font-weight: bold;
color: #ffffff;
height: 6vh;
cursor: pointer;
}
.banner-login .button-container .register {
border: solid 1px #ffffff;