Init Frontend

This commit is contained in:
2024-09-26 08:44:56 +00:00
commit 37faba25ba
5 changed files with 273 additions and 0 deletions

10
css/style.css Normal file
View File

@@ -0,0 +1,10 @@
main {
flex: 1 0 auto;
}
footer {
text-align: center;
position: fixed;
bottom: 0;
}