Basically init iguess?

This commit is contained in:
2024-01-20 16:04:27 +01:00
parent 3188f21ee2
commit f6233a0cbf
13 changed files with 105 additions and 0 deletions

0
styles/index.css Normal file
View File

0
styles/login.css Normal file
View File

0
styles/register.css Normal file
View File

21
styles/style.css Normal file
View File

@@ -0,0 +1,21 @@
/* Common styles for all pages */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
h2 {
text-align: center;
}
form {
max-width: 300px;
margin: 0 auto;
}
a {
display: block;
margin-top: 10px;
text-align: center;
}