From bfb0cfc29ab47c5d07223217dad511ea0d5056ec Mon Sep 17 00:00:00 2001 From: Maria Carolina Date: Thu, 13 Oct 2022 17:55:41 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=B5es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 23 +++++++++++++++++++++-- index.html | 4 ++-- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 7291106..2a7be38 100644 --- a/css/style.css +++ b/css/style.css @@ -185,6 +185,10 @@ footer { transform: scale(-3,1); zoom: normal; } + .header-computer{ + position: relative; + object-fit: cover; + } } @media only screen and (max-width:700px){ .text-p{ @@ -195,9 +199,24 @@ footer { } @media only screen and (max-width:1024px){ .container-notebooks{ - display: flex; + display: grid; + grid-template-columns: 1fr 1fr; + + gap: 23px; + } + .notebook{ + display: grid; + grid-column: 1 / 3; + place-items: center; + width: 100%; + } + + .image3{ + display: grid; + place-items: center; + margin-top: 1px; align-items: center; justify-content: center; + margin-left: 60%; } - } \ No newline at end of file diff --git a/index.html b/index.html index e134a84..a581bac 100644 --- a/index.html +++ b/index.html @@ -78,8 +78,8 @@
notebook
-
- notebook +
+ notebook