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