update page index

pageIndex
NoaSlld 1 year ago
parent eb5e96ff39
commit e6d1d0d82d

@ -19,7 +19,7 @@
<head> <head>
<link rel="stylesheet" href="css/index.css"> <link rel="stylesheet" href="css/index.css">
</head </head>
<AuthorizeView> <AuthorizeView>
<NotAuthorized> <NotAuthorized>
@ -40,6 +40,9 @@
</div> </div>
</div> </div>
</main> </main>
<footer>
.
</footer>
</body> </body>
</NotAuthorized> </NotAuthorized>
@ -65,5 +68,4 @@
</body> </body>
</Authorized> </Authorized>
</AuthorizeView>
</AuthorizeView>

@ -3,7 +3,7 @@
*/ */
body { body {
background-color: #afc1db; background-color: white;
margin: 0; margin: 0;
padding: 0; padding: 0;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
@ -15,7 +15,7 @@ header {
text-align: center; text-align: center;
padding: 10px; padding: 10px;
margin: 0; margin: 0;
background-color:white; background-color: #afc1db;
} }
main { main {
@ -27,7 +27,7 @@ main {
} }
.center-box { .center-box {
background-color: white; background-color: #afc1db;
padding: 20px; padding: 20px;
text-align: center; text-align: center;
border-radius: 10px; border-radius: 10px;
@ -35,6 +35,9 @@ main {
.button-container { .button-container {
margin-top: 10px; margin-top: 10px;
display: flex;
justify-content: center;
align-items: center;
} }
.btn-link { .btn-link {
@ -46,14 +49,14 @@ main {
border-radius: 5px; border-radius: 5px;
display: block; display: block;
cursor: pointer; cursor: pointer;
width:100%;
} }
.btn-link:hover { .btn-link:hover {
background-color: #afc1db; background-color: white;
color: #053679; color: #053679;
} }
/*Authorized /*Authorized
--------------------------------------------------- ---------------------------------------------------
*/ */
@ -72,10 +75,10 @@ main {
} }
.home-center-box { .home-center-box {
background-color: white; background-color: #afc1db;
padding: 40px; padding: 40px;
text-align: center; text-align: center;
border-radius: 10px; border-radius: 10px;
width: 80%; width: 80%;
} }

Loading…
Cancel
Save