From 68660f65a02bb893d6d353a09d91efe4c85415cb Mon Sep 17 00:00:00 2001 From: Emerson Fully <63175980+emersonfully@users.noreply.github.com> Date: Thu, 13 Oct 2022 22:23:14 -0300 Subject: [PATCH] emersonfully --- styles/style.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/styles/style.css b/styles/style.css index f703753..52f6a78 100644 --- a/styles/style.css +++ b/styles/style.css @@ -12,7 +12,7 @@ body { } .page-header { - background-color: black; + background-color: #000000; display: flex; justify-content: center; align-items: center; @@ -71,19 +71,19 @@ body { } .top-cards { + padding: 80px; display: grid; grid-template-columns: repeat(3, max-content); gap: 20px; - padding: 80px; background-color: #fff; justify-content: center; } .top-card { + padding: 26px; display: flex; flex-direction: column; align-items: center; - padding: 26px; background: #FFFFFF; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); } @@ -179,10 +179,10 @@ body { } footer { - align-items: center; - justify-content: center; - display: flex; height: 128px; + display: flex; + justify-content: center; + align-items: center; background-color: black; color: gray; } @@ -390,6 +390,4 @@ footer > p { display: none; } - - }