diff --git a/src/index.html b/src/index.html index 6f89b25..6906129 100644 --- a/src/index.html +++ b/src/index.html @@ -16,5 +16,8 @@
Header
+ \ No newline at end of file diff --git a/src/styles.css b/src/styles.css index b3f5530..4a81f3f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -9,4 +9,12 @@ body { justify-content: center; align-items: center; border-bottom: 1px solid black; +} + +.footer { + height: 50px; + display: flex; + justify-content: center; + align-items: center; + border-top: 1px solid black; } \ No newline at end of file