From f29e286cde5cc14ef319c40d29ac354d19e9efdc Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 9 Oct 2022 23:51:53 -0300 Subject: [PATCH] parte 1 feita --- index.html | 21 ++++++++++++++++++++- style.css | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 1214fd0..6617014 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,26 @@
Imagem de tres computadores
- +
+
+ imagem de loja +
+

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

+
+
+
+ imagem de bolsa +
+

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

+
+
+
+ imagem de dinheiro +
+

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

+
+
+
\ No newline at end of file diff --git a/style.css b/style.css index 6f59ad9..779cb50 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,7 @@ body{ padding: 0; border: 0; font-family: inter; + background: #E5E5E5; } main figure{ margin-block-start: 0; @@ -56,4 +57,40 @@ main figure{ .corpoPt2{ margin-top: 73px; text-align: center; +} +.imagem2{ + width: 16%; +} +.corpoPt3{ + margin-top: 178px; + display: flex; + flex-direction: row; + justify-content: center; + gap: 1%; +} +section figure { + text-align: center; + width: 18%; + background: #FFFFFF; +} +section figure img{ + width: 29%; +} +section figure figcaption p{ + font-style: normal; + font-size: 16px; + margin-left: 11%; + margin-right: 11%; +} +.quadrado1 img{ + margin-top: 47px; + margin-bottom: 38px; +} +.quadrado2 img{ + margin-top: 35px; + margin-bottom: 31px; +} +.quadrado3 img{ + margin-top: 31px; + margin-bottom: 31px; } \ No newline at end of file