Initial Upload

This commit is contained in:
2024-02-28 20:08:16 +01:00
parent a08513190c
commit f2884e185e
7 changed files with 177 additions and 0 deletions

34
static/style.css Normal file
View File

@@ -0,0 +1,34 @@
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
color: #333;
}
form {
margin-top: 20px;
}
label {
font-weight: bold;
}
input[type="number"] {
padding: 5px;
margin-right: 10px;
}
button {
padding: 8px 12px;
background-color: #007bff;
color: #fff;
border: none;
cursor: pointer;
}
button:hover {
background-color: #0056b3;
}