diff --git a/assets/css/style.css b/assets/css/style.css index 14ac2f6..5892dda 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -4,6 +4,11 @@ box-sizing: border-box; } +body { + font-family: "Inter", sans-serif; + color: #000000; +} + .page-header { display: flex; padding: 28px 0; @@ -19,12 +24,71 @@ width: 100%; } +.top-infocard { + display: flex; + align-items: center; + justify-content: center; + padding: 80px 0 96px; + width: 100%; +} + +.top-infocard-text { + max-width: 766px; + margin-right: 124px; +} + +.top-infocard-subtitle { + font-weight: 400; + font-size: 32px; + text-transform: uppercase; +} + +.top-infocard-title { + font-weight: 500; + font-size: 48px; + text-transform: uppercase; + margin-bottom: 24px; +} + +.top-infocard-description { + font-size: 16px; + line-height: 24px; +} + @media screen and (max-width: 414px) { .main-banner-desktop { display: none; } } +@media screen and(max-width: 992px) { + .top-infocard { + flex-direction: column; + padding: 84px 26px 158px; + } + .top-infocard-text { + margin: 0 0 68px; + } + .top-infocard-subtitle { + font-size: 20px; + } + .top-infocard-title { + margin-bottom: 20px; + font-size: 28px; + } + .top-infocard-image { + width: 100%; + max-width: 240px; + } +} + +@media screen and (min-width: 993px) and (max-width: 1280px) { + .top-infocard-text { + max-width: 520px; + margin-right: 70px; + } +} + @media screen and (min-width: 415px) { .main-banner-mobile { display: none; diff --git a/assets/imagens/top-infocard-image.png b/assets/imagens/top-infocard-image.png new file mode 100644 index 0000000..268c92f Binary files /dev/null and b/assets/imagens/top-infocard-image.png differ diff --git a/index.html b/index.html index 43e8704..f820982 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,16 @@ + + M3 Landing Page + + + @@ -24,6 +31,20 @@ Banner Principal-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. +

+
+ Banner do Infocard do Topo +