diff --git a/src/index.html b/src/index.html index b83774f..e6c0fcb 100644 --- a/src/index.html +++ b/src/index.html @@ -16,5 +16,9 @@
Header
+
+ \ No newline at end of file diff --git a/src/styles.css b/src/styles.css index 831f374..72d06b0 100644 --- a/src/styles.css +++ b/src/styles.css @@ -9,4 +9,16 @@ body { justify-content: center; align-items: center; border-bottom: 1px solid black; +} + +.footer { + height: 49px; + display: flex; + justify-content: center; + align-items: center; + border-top: 1px solid black; +} + +.content { + min-height: calc(100vh - 100px); } \ No newline at end of file