diff --git a/index.html b/index.html index e9aaf0f..ac3ad72 100644 --- a/index.html +++ b/index.html @@ -4,25 +4,50 @@ - + Landing Page 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.

+ + +
+
+
+ +
+
+ + +
+
diff --git a/src/img/imagem-infor-computadores.png b/src/img/imagem-infor-computadores.png new file mode 100644 index 0000000..82530bd Binary files /dev/null and b/src/img/imagem-infor-computadores.png differ diff --git a/src/style/style.css b/src/style/style.css index 493d771..8050874 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -1,3 +1,5 @@ +@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); + * { margin: 0; padding: 0; @@ -14,7 +16,7 @@ /* */ /* Banner-principal */ - +.descricao-container, .banner-principal-container, .mobile-banner img, .descktop-banner img, @@ -23,23 +25,46 @@ width: 100%; } +/* inforcar principal */ +.descricao-container, +.texto-inforcard { + font-family: "Inter", sans-serif; + display: flex; + flex-direction: column; + align-content: center; + align-items: center; +} +.texto-inforcard { + width: 40%; + margin: 73px 0; +} +.texto-inforcard h2 { + font-size: 32px; + font-weight: 400; +} +.texto-inforcard h1 { + font-size: 48px; + font-weight: 500; + +} + +.texto-inforcard p{ +font-size: 16px; +font-weight: 400; +} @media screen and (max-width: 1024px) { - .descktop-banner { - display: none; - } - - + .descktop-banner { + display: none; + } } @media screen and (min-width: 1025px) { - .mobile-banner { - display: none; - } - - + .mobile-banner { + display: none; + } }