From 4ad110bfb6f789b82205ac896d35fb8f52ac5307 Mon Sep 17 00:00:00 2001 From: wellington carlos Date: Mon, 10 Oct 2022 22:57:34 -0300 Subject: [PATCH] feat(adiciona a foto do notebok e os 3 computadores com um texto entre eles) --- index.html | 25 ++++++++++++++++++++++++- style.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9412e99..7c91e12 100644 --- a/index.html +++ b/index.html @@ -5,15 +5,38 @@ + + + M3
+
+
+ imagem de computador +
+
+

Lorem ipsum

+ +

dolor sit amet

+ +

Lorem ipsum dolor sit amet, consectetur adipiscing elit.Cras euismod enim non dui fringilla interdum.Curabitur ut + tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui. +

+ +
+ imagem com trĂªs computadores +
+ + +
+ \ No newline at end of file diff --git a/style.css b/style.css index 45c9bc9..0d38fc6 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,6 @@ *{ margin: 0; + box-sizing: border-box; } @@ -12,3 +13,49 @@ width: 100%; align-items: center; } +.texto1{ + + margin: 73px auto; + + max-width: 766px; + height: auto; + width: 100%; +} + + +h3{ + display:flex; + justify-content: center; + font-weight: 400; + font-size: 32px; + line-height: 39px; + text-transform: uppercase; + color: #000000; + font-family:inter; +} +.sub-titulo{ + display: flex; + justify-content: center; + font-weight: 500; + font-size: 48px; + line-height: 58px; + text-transform: uppercase; + font-family:inter; +} + +.paragrafo1{ + font-family: 'Inter'; + font-weight: 400; + font-size: 16px; + line-height: 24px; + text-align: justify; + margin-top: 28px; +} + +.pcs{ + display: flex; + justify-content: center; + margin-top: 84px; +} + +