diff --git a/assets/images/top-infocard-image.png b/assets/images/top-infocard-image.png new file mode 100644 index 0000000..268c92f 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 a427bfc..99681a1 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -4,6 +4,11 @@ box-sizing: border-box; } +body { + color: #000000; + font-family: 'Inter', sans-serif; +} + .page-header { display: flex; justify-content: center; @@ -19,6 +24,70 @@ 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-subtitle { + text-transform: uppercase; + font-weight: 400; + font-size: 32px; +} + +.top-infocard-title { + margin-bottom: 24px; + text-transform: uppercase; + font-weight: 500; + font-size: 48px; +} + +.top-infocard-description { + line-height: 24px; + font-size: 16px; + +} + +@media screen and (max-width: 992px) { + .top-infocard { + flex-direction: column; + padding: 84px 26px 158px; + } + + .top-infocard-text { + margin-right: 0; + 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 (max-width: 414px) { .main-banner-desktop { display: none; @@ -29,4 +98,6 @@ .main-banner-mobile { display: none; } -} \ No newline at end of file +} + + diff --git a/index.html b/index.html index 9c06023..5f510bd 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,10 @@ M3 Landing Page + + + + +
Banner principal Desktop Banner principal Desktop
+ +
+
+

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 +
\ No newline at end of file