major features update

This commit is contained in:
Robert Perce 2025-11-27 13:45:21 -06:00
parent 519fb49901
commit 4e2fab67c5
48 changed files with 3925 additions and 208 deletions

26
static/login.css Normal file
View file

@ -0,0 +1,26 @@
body {
max-width: min-content;
margin: auto;
}
h1 {
align-self: flex-start;
font-size: large;
font-weight: bold;
margin: 2em 0;
}
form {
display: flex;
flex-direction: column;
gap: 0.25em;
input {
margin-bottom: 1em;
}
input[type="submit"] {
margin-top: 1em;
grid-column: span 2;
}
}