From c458b0c0e1e729efb30008f909eef288310de690 Mon Sep 17 00:00:00 2001 From: Ramon Dias Ferreira Date: Thu, 13 Oct 2022 10:36:44 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20estiliza=C3=A7=C3=A3o=20das=20tr=C3=AAs?= =?UTF-8?q?=20imagens=20de=20computador=20e=20o=20background=20cinza?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/styles/landing-page.css | 21 ++++++++++++++++++++- landing-page.html | 9 ++++----- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/assets/styles/landing-page.css b/assets/styles/landing-page.css index 05e5bf7..8735129 100644 --- a/assets/styles/landing-page.css +++ b/assets/styles/landing-page.css @@ -83,4 +83,23 @@ header { .img-card img{ width: 100%; -} \ No newline at end of file +} + +.computers-area{ + display: flex; + justify-content: space-evenly; + width: 100%; + background: #E0E0E0; + +} + +.computers-img{ + position: relative; + top: 60px; + width: 29%; +} + +.computers-img img{ + width: 100%; +} + diff --git a/landing-page.html b/landing-page.html index 33f48b6..d61d27a 100644 --- a/landing-page.html +++ b/landing-page.html @@ -52,15 +52,14 @@ -
color cinza
-
-
+
+
-
+
-
+