From 162cb4f82e7e155a4c03f679215991d55abbb5df Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Jul 2024 11:04:32 +0000 Subject: [PATCH 1/2] Add header markup --- src/index.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 + From 4ac9e1806d83d98ed19ab1aae5a3bd2a16511450 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Jul 2024 11:05:13 +0000 Subject: [PATCH 2/2] Add header styles --- src/styles.css | 14 -------------- 1 file changed, 14 deletions(-) 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