From cf38b9d9e995f7e52b7ecb30454a3854202a8415 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 8 Oct 2022 19:55:12 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20banner=20principal=20e=20inicio=20da=20?= =?UTF-8?q?primeira=20se=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.css | 45 +++++++++++++++++++++++++++++++++++++++++---- index.html | 21 +++++++++++++++++++++ 2 files changed, 62 insertions(+), 4 deletions(-) diff --git a/assets/style.css b/assets/style.css index b737a8b..d67cd6f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,11 +1,11 @@ @charset "UTF-8"; -*{ +* { margin: 0; padding: 0; } -.page-header{ +.page-header { display: flex; justify-content: center; align-items: center; @@ -13,6 +13,43 @@ height: 101px; } -.logo-header{ +.logo-header { display: block; -} \ No newline at end of file +} + +.main-banner{ + width: 100%; +} + +.section-1 { + max-width: 766px; + margin: 0 auto; + text-align: center; + +} + +.main-title { + font-family: 'Inter', sans-serif; + padding: 73px 0; +} + +.main-title h2, +.main-title h1 { + text-transform: uppercase; +} + +.main-title h1 { + font-size: 48px; + line-height: 58px; + font-weight: 500; +} + +.main-title h2 { + font-size: 32px; + line-height: 39px; + font-weight: 400; +} + +.main-title p{ + margin-top: 28px; +} diff --git a/index.html b/index.html index 426f13c..a4edad1 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,27 @@ +
+ + + banner m3 + + + +
+
+

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 computadores em conexão +
+
+
+ \ No newline at end of file