From 3f2515b01a63c5ee5dffab382f8bc87e7bbd17fc Mon Sep 17 00:00:00 2001 From: Maria Carolina Date: Wed, 12 Oct 2022 23:31:18 -0300 Subject: [PATCH] =?UTF-8?q?Altera=C3=A7=C3=B5es=20main/footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 23 +++++++++++++---------- index.html | 2 +- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index 66385b8..ab80894 100644 --- a/css/style.css +++ b/css/style.css @@ -5,6 +5,7 @@ margin: 0; font-family: "Inter", sans-serif; } + /*--------------------Header-------------------------------*/ .header-logo { background-color: black; display: flex; @@ -29,7 +30,7 @@ margin: 73px; } .image-computer { - margin-bottom: 6rem; + margin-bottom: 3rem; } p { font-size: 16px; @@ -51,6 +52,7 @@ p { font-weight: 500px; line-height: 58px; } +/*----------------Section-2--------------------------*/ .square { box-shadow: 0px 4px 20px #0000003b; text-align: center; @@ -66,7 +68,7 @@ p { flex-wrap: wrap; padding: 1em; } - + /*----------------Section-3--------------------------*/ .container-notebooks { background-color: #e0e0e0; width: 100%; @@ -74,9 +76,7 @@ p { gap: 1em; justify-content: center; } -.notebook { - -} +/*----------------Section-4--------------------------*/ .container-4{ margin-top: 108px; } @@ -106,16 +106,19 @@ p { .retangle{ width: 70%; } -footer { +/*----------------Footer--------------------------*/ +footer{ background-color: black; - color: white; +} + .image-footer { padding: 1em; display: flex; justify-content: center; gap: 1em; } .text-footer{ - display: flex; - justify-content: center; - gap: 1em; + color: white; + font-size: 10px; + font-weight: 400; + } diff --git a/index.html b/index.html index 0985ec8..28a2b81 100644 --- a/index.html +++ b/index.html @@ -123,7 +123,7 @@