Add rough version

This commit is contained in:
Savva
2023-11-05 16:23:18 +02:00
parent ad141eb485
commit c9e6ed1e50
9 changed files with 165 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
footer {
margin-top: auto;
}