diff --git a/assets/images/top-infocard-image.png b/assets/images/top-infocard-image.png new file mode 100644 index 0000000..3f60ac9 Binary files /dev/null and b/assets/images/top-infocard-image.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css index 76e3e3c..d610887 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -1,32 +1,98 @@ * { - margin: 0; - padding: 0; - box-sizing: border-box; + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: 'Inter', sans-serif; + color: #000000; } .page-header { - display: flex; - justify-content:center ; - padding: 28px 0; - background: #000000; -} - -.header-logo{ -display:block; + display: flex; + justify-content: center; + padding: 28px 0; + background: #000000; } -.main-banner{ -width: 100%; +.header-logo { + display: block; +} + +.main-banner { + 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-inforcard-subtitle { + font-weight: 400; + font-size: 32px; + text-transform: uppercase; +} + +.top-infocard-title { + margin-bottom: 24px; + font-weight: 500; + font-size: 48px; + text-transform: uppercase; +} + +.top-infocard-description { + font-size: 16px; + line-height: 24px; } @media screen and (max-width: 414px) { .main-banner-desktop { display: none; - } + } } @media screen and (min-width: 415px) { - .main-banner-mobile { - display: none; - } + .main-banner-mobile { + 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-inforcard-subtitle { + font-size: 20px; + } + + .top-inforcard-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; +} diff --git a/index.html b/index.html index 6054bb6..7ad9f7a 100644 --- a/index.html +++ b/index.html @@ -1,27 +1,52 @@ - - - - - M3 Landing Page - - + + + - - + + + + + M3 Landing Page + + + + + + + + + +
+
+ Banner Principal Desktop + 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 de Infocard do Topo +
+
+ -
-
- Banner Principal Desktop - Banner Principal Mobile -
-
- \ No newline at end of file