The rest of the commits to this repo, so we can now start sharing

This commit is contained in:
2026-03-12 00:15:13 +01:00
parent fa367208f3
commit 20b339ef40
7 changed files with 82 additions and 0 deletions

27
app/static/css/style.css Normal file
View File

@@ -0,0 +1,27 @@
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 2rem;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
min-height: 100vh;
}
header {
text-align: center;
padding: 2rem 0;
color: #4a5568;
}
h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
main {
background: white;
border-radius: 12px;
padding: 2rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}