diff --git a/src/index.html b/src/index.html index e6c0fcb..03380f6 100644 --- a/src/index.html +++ b/src/index.html @@ -16,9 +16,5 @@
Header
-
- - \ No newline at end of file + diff --git a/src/styles.css b/src/styles.css index 42a3bae..353c45e 100644 --- a/src/styles.css +++ b/src/styles.css @@ -11,17 +11,3 @@ body { 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); - width: 720px; - max-width: 100%; - margin: auto; -} \ No newline at end of file