Adding latest

This commit is contained in:
2020-05-26 04:39:23 +01:00
parent 7fea4b56cf
commit 373c1bb894
14 changed files with 1707 additions and 18 deletions

View File

@@ -0,0 +1,16 @@
html, body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
}
header, footer {
flex-shrink: 0;
}
main {
flex: 1 0 auto;
}