diff --git a/assets/banner/banne-footer-mobile.png b/assets/banner/banne-footer-mobile.png new file mode 100644 index 0000000..50df8d7 Binary files /dev/null and b/assets/banner/banne-footer-mobile.png differ diff --git a/index.html b/index.html index 9830b36..c014ff3 100644 --- a/index.html +++ b/index.html @@ -97,8 +97,7 @@ - - +
@@ -133,7 +132,28 @@
- - - \ No newline at end of file +
+
+

Lorem ipsum dolor sit amet

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum. + Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget hendrerit. Curabitur venenatis felis vitae sagittis venenatis. + Donec finibus turpis vitae lectus interdum rutrum vitae sed augue.

+
+
+ imagem de um oculos. de frente para uma tela de computador. +
+ +
+ imagem de um oculos. de frente para uma tela de computador. +
+ +
+ + + + \ No newline at end of file diff --git a/style/style.css b/style/style.css index 69b6efc..0711bcb 100644 --- a/style/style.css +++ b/style/style.css @@ -26,6 +26,10 @@ header { background-color: var(--black); } +img { + display: block; +} + .header-logo { display: block; } @@ -35,7 +39,6 @@ header { .banner-img { width: 100%; - display: block; } .banner-img-mobile { @@ -192,16 +195,48 @@ header { display: block; } + +/* AREA BOTTON, ANTES DO FOOTER */ +.bottom-flex, +.bottom-text { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + + +.bottom-subtitle { + width: 100%; + max-width: 22%; + font-weight: 600; + font-size: 32px; + margin: 0 40% 5px; +} + +.bottom-paraphase { + width: 100%; + max-width: 28%; + margin-bottom: 50px; + text-align: center; + font-size: 16px; + font-weight: 400; + line-height: 24px; +} + +.botton-img-mobile { + display: none; +} + + + /* Medias Queries*/ @media screen and (min-width:2500px) { .container-cards { padding: 6% 30% 4%; } - .container-infocard { - padding: 130px 72px; - } } @media screen and (max-width:1024px) { @@ -313,9 +348,30 @@ header { min-height: 90%; } + /* AREA BOTTON, ANTES DO FOOTER */ + .botton-img-desktop { + display: none; + } + + .botton-img-mobile { + display: block; + width: 100%; + } + .bottom-paraphase{ + max-width: 84%; + } + .bottom-subtitle{ + max-width: 76%; + margin: 50px 50px 10px; + font-size: 24px; + line-height: 30px; + } + .bottom-flex{ + flex-direction: column-reverse; + } + } -} \ No newline at end of file