From 42f501c31911e075e2427b8fdfefa1df66164633 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 27 May 2024 18:35:52 -0500 Subject: [PATCH] move border and background to header --- styles.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index af1cd10..a6ec19c 100644 --- a/styles.css +++ b/styles.css @@ -6,6 +6,8 @@ html { } header { + border: 3px black solid; + background: turquoise; margin: 5px; height: 110px; display: flex; @@ -22,16 +24,13 @@ footer { } #headerimg { - border: 3px black solid; - border-right: 0; + border-right: 3px solid black; max-height: 100%; object-fit: cover; flex: 1; } #headermain { - background: turquoise; - border: 3px black solid; text-align: center; height: 100%; flex: 4;