This commit is contained in:
2026-02-24 16:53:14 -06:00
parent df747e9aa8
commit 83b02cc63b

View File

@@ -1,4 +1,4 @@
html, body{
html, body, main {
height: 100%;
}
@@ -10,6 +10,11 @@ body {
main {
margin:0em 20em 0em 20em;
}
header, footer {
height: 5%;
}
header {
background-color:black;
padding:1em;