Initial commit

This commit is contained in:
Nico Melone
2025-01-21 10:29:57 -06:00
commit 1222be277d
11 changed files with 131 additions and 0 deletions

22
static/css/styles.css Normal file
View File

@@ -0,0 +1,22 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #007BFF;
color: white;
padding: 1em 0;
text-align: center;
}
nav a {
color: white;
margin: 0 15px;
text-decoration: none;
}
main {
padding: 20px;
}