diff --git a/Assets/Images/top infocard img.png b/Assets/Images/top infocard img.png new file mode 100644 index 0000000..268c92f Binary files /dev/null and b/Assets/Images/top infocard img.png differ diff --git a/Assets/Styles/main.css b/Assets/Styles/main.css index 5948215..3216b91 100644 --- a/Assets/Styles/main.css +++ b/Assets/Styles/main.css @@ -4,6 +4,10 @@ box-sizing: border-box; } +body { + font-family: 'Inter', sans-serif; + color: black; +} .page-header { display: flex; @@ -23,6 +27,43 @@ .main-banner-desktop { width: 100%; } + +.top-infocard { + display: flex; + align-items: center; + justify-content: center; + padding: 80px 0 96px +} + +.top-infocard-text { + max-width: 766px; + margin-right: 124px; +} + +.top-infocard-subtitulo { + font-weight: 400; + font-size: 32px; + line-height: 0px; + text-transform: uppercase; + color: black; +} + +.top-infocard-titulo { + margin-bottom: 24px; + text-transform: uppercase; + font-weight: 500; + font-size: 48px; + line-height: 80px; + color: black; +} + +.top-infocard-paragrafo { + font-weight: 400; + font-size: 16px; + line-height: 24px; + color: black; +} + @media screen and (max-width: 414px) { .main-banner-desktop { display: none @@ -33,4 +74,32 @@ .main-banner-mobile { display:none } +} + +@media screen and (max-width: 992px) { + .top-infocard { + padding: 80px 12px 158px; + flex-direction: column; + } + .top-infocard-text { + margin: 0 0 68px; + } + .top-infocard-subtitulo { + font-size: 20px; + } + .top-infocard-titulo { + font-size: 28px; + line-height: 60px; + } + .top-infocard-img { + width: 100%; + max-width: 240px; + } +} + +@media screen and (min-width: 993px) and (max-width: 1280px) { + .top-infocard-text { + max-width: 520px; + margin-right: 70px; + } } \ No newline at end of file diff --git a/index.html b/index.html index d5f7b9f..1dab3c6 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,14 @@ + + - + + M3 Landing Page @@ -22,6 +25,15 @@ Imagem de um computador de mesa (desktop) Imagem de um computador de mesa (mobile) + +
+
+

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.

+
+ top infocard +
\ No newline at end of file