From d90ef954a85d760441de904632de20ef88aabae9 Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 26 Jul 2024 00:00:28 -0400 Subject: [PATCH] slight styling changes --- style.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index f92ef07..d206ca0 100644 --- a/style.css +++ b/style.css @@ -4,12 +4,14 @@ } nav { + padding: 1em; display: flex; justify-content: space-around; } header { - padding: 0.5em; + height: 15%; + width: auto; } header, footer { @@ -54,19 +56,25 @@ button span { main { background-color: #9a6db6; display: flex; - justify-content: center ; + justify-content: center; + height: 70%; + width: auto; } .cat-img { - height: 500px; margin: 15px; + height: auto; width: auto; border-radius: 10px; border: 5px solid #6d5a8c; } +footer { + height: 15%; + width: auto; +} + footer p { - margin: auto; padding: 1em; text-align: center; font-size: 1.5em;