From edc5e3377476cedfe2ec1e600cfb80d7cae11548 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 27 May 2024 15:24:03 -0500 Subject: [PATCH] add footer styling --- styles.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/styles.css b/styles.css index 8cf2a27..d9d068a 100644 --- a/styles.css +++ b/styles.css @@ -18,6 +18,13 @@ dd-header { box-shadow: 5px 5px 5px; } +dd-footer { + margin: 5px; + width: 80ch; + max-width: 100%; + box-shadow: 5px 5px 5px; +} + header { height: 110px; flex: auto; @@ -25,6 +32,24 @@ header { align-items: center; } +footer { + border: 3px black solid; + background: turquoise; + text-align: center; +} + +footer ul { + padding: 0; +} + +footer ul li { + display: inline; +} + +footer ul li + li::before { + content: " | "; +} + #headerimg { border: 3px black solid; border-right: 0;