From e45345418ee4234dedeb6cfc256eb5b372e159a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=2EAmaral?= Date: Thu, 13 Oct 2022 18:54:38 -0300 Subject: [PATCH] feat(figure) colocado imagem final desktop --- index.html | 12 +++++++++ style.css | 75 +++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 72 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index ef72dda..1fae0aa 100644 --- a/index.html +++ b/index.html @@ -94,7 +94,19 @@

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.

+ +
+
+

Lorem ipsum dolor sit amet

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum. Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget hendrerit. Curabitur venenatis felis vitae sagittis venenatis. Donec finibus turpis vitae lectus interdum rutrum vitae sed augue.

+
+ +
+ Imagem circuitos elétricos + Imagem oculos com fundo de circuitos elétricos +
+
diff --git a/style.css b/style.css index bcda037..5057f57 100644 --- a/style.css +++ b/style.css @@ -124,7 +124,6 @@ body html{ .div-background{ - display: flex; flex-direction: row; align-items: center; @@ -153,22 +152,22 @@ body html{ gap: 14px; align-items: center; justify-content: center; + padding: 0 72px; } .section-cards2{ display: flex; flex-direction: column; align-items: center; text-align: center; - padding: 35px 2px 27px 2px; + padding: 35px 33px 65px; width: 22.5%; background: #FFFFFF; - box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); + box-shadow: 0px 4px 16px rgb(0 0 0 / 15%); } .img-section-cards2{ } .p-cards2{ - width: 85%; margin-top: 15px; font-weight: 400; font-size: 16px; @@ -176,6 +175,43 @@ body html{ text-align: center; } + + + + +.conteiner-p{ + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + +} +.div-text{ + margin-top: 108px; + text-align: center; + width: 28%; + margin-bottom: 50px; +} +.h2-text{ + font-weight: 600; + font-size: 32px; + line-height: 39px; +} +.p-text{ + font-weight: 400; + font-size: 16px; + line-height: 24px; + +} +.figure-img-final{ + width: 71%; + justify-content: center; + align-items: center; +} +.img-final-descktop{ + width: 100%; +} + /*MEDIA SCREEN*/ @media screen and (max-width: 1024px){ .img-logo{ @@ -221,12 +257,7 @@ body html{ .section-cards{ width: 84.5%; } -.img-cards{ -} -.p-cards{ - -} /*FIM SECTION CARDS*/ /*INICIO IMAGENS DESCKTOP*/ @@ -237,7 +268,7 @@ body html{ padding: 0; margin-bottom: 116px; } -} + .div-background{ flex-wrap: wrap; @@ -267,27 +298,38 @@ body html{ width: 86%; } + /*FIM IMAGENS DESCKTOP*/ /*INICIO CARDIS2*/ .div-section-cards2{ flex-direction: column; margin-top: 90px; + padding: 32px; } .section-cards2{ width: 84.5%; + padding: 35px 33px 65px; } .img-section-cards2{ } .p-cards2{ - + width: 100%; + margin-top: 15px; + text-align: center; + font-weight: 400; + font-size: 14px; + line-height: 24px; } + + /*FINAL CARDIS2*/ - - - +.img-final-descktop{ + display: none; } +} + @media screen and (min-width: 1025px){ .not-main-mobi{ display: none; @@ -295,4 +337,7 @@ body html{ .img-figura{ display: none; } -} \ No newline at end of file + .img-final-mobile{ + display: none; + } +}