diff --git a/index.html b/index.html index 364e41f..21f6425 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ Landing Page M3 +
+ + - +

Lorem ipsum

@@ -42,9 +45,13 @@ dui.

-
+
- +
@@ -73,24 +80,35 @@
- +
-
- - -
-
- - -
-
- - -
-
-
+
+ + +
+
+ + +
+
+ + +
+ +
diff --git a/src/style/style.css b/src/style/style.css index 2ff20e5..d78dba8 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -89,12 +89,12 @@ body { text-align: center; } -/* Container mini banner */ +/* Container Middle banner */ -.mini-card-img, .min-card-img { - display: block; - width: 100%; - +.middle-img, +.middle-mini-img { + display: block; + width: 100%; } .mini-banner { @@ -111,7 +111,7 @@ body { position: relative; bottom: -60px; } -.mini-card { +.middle-card { display: flex; flex-direction: column; align-items: center; @@ -119,11 +119,8 @@ body { @media screen and (max-width: 1024px) { .descktop-banner, - .mini-card-img { + .middle-img { display: none; - - - } .imagem-infor-computadores { width: 100%; @@ -131,66 +128,50 @@ body { } .top-cards, - .texto-inforcard{ + .texto-inforcard { grid-template-columns: 1fr; margin: 0 32px; } - .mini-card{ + .middle-card { margin: 0 26px; padding: 0 36px; } - - .card-wrpper - { - - flex-direction: column ; + .card-wrpper { + flex-direction: column; align-items: center; gap: 16px; display: flex; align-items: center; - } .texto-inforcard h2 { font-size: 20px; -} + } -.texto-inforcard h1 { + .texto-inforcard h1 { font-size: 28px; -} - - - - - - + } } @media screen and (min-width: 1025px) { .mobile-banner, - .min-card-img { + .middle-mini-img { display: none; } } -@media screen and (min-width: 2500px) { - - .texto-inforcard h2{ +@media screen and (min-width: 2500px) { + .texto-inforcard h2 { font-size: 40px; } .texto-inforcard h1 { font-size: 48px; + } + + .top-card-text, + .texto-inforcard p { + font-size: 28px; + } } - -.top-card-text, -.texto-inforcard p { - - font-size: 28px; - -} - -} - -