diff --git a/assets/Css/Styles.css b/assets/Css/Styles.css index 6f78d88..a683373 100644 --- a/assets/Css/Styles.css +++ b/assets/Css/Styles.css @@ -141,10 +141,55 @@ background: #000000; font-size: 16px; line-height: 24px; } +.BotomDescription{ + display: flex; + align-items: center; + justify-content: center; + padding: 108px 0 50px; +} +.BlockText{ + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + height: 158px; + width: 550px; +} +.BotdescriptionTitlte{ + width: 420px; + height: 39px; + font-weight: 600; + font-size: 32px; + line-height: 40px; + text-align: center; +} +.Botdescription{ + width: 550px; + height: 120px; + font-weight: 400; + font-size: 16px; + line-height: 24px; + text-align: center; +} +.downBannerBox{ + display: flex; + justify-content: center; + padding: 50px 0 106px; +} +.lastBanner{ + width: 70%; +} +.footer{ + display: flex; + justify-content: center; + padding: 30px 0; + background: #000000; +} + @media screen and (max-width: 1023px) { - .MainBannerDesktop{ + .MainBannerDesktop, .footerDesk{ display: none; } .TopInfocard{ @@ -171,6 +216,21 @@ background: #000000; max-width: 358px; max-height: 116px; } + .BotomDescription{ + padding: 50px 32px 87px; + } + + .BotdescriptionTitlte{ + font-size: 24px; + line-height: 30px; + } + .Botdescription{ + font-size: 16px; + line-height: 24px; + padding: 0 28px; + max-width: 358px; + max-height: 116px; + } .Cards{ grid-template-columns: 1fr; padding: 90px 32px ; @@ -199,9 +259,14 @@ background: #000000; .img3{ grid-area:img3; } + .BotomDescription{ + justify-items: center; + justify-content: center; + align-items: center; + } } @media screen and (min-width: 1024px) { - .MainBannerMobile{ + .MainBannerMobile,.footermob{ display: none; } } diff --git a/assets/Image/óculos moible.png b/assets/Image/óculos moible.png new file mode 100644 index 0000000..03e43ac Binary files /dev/null and b/assets/Image/óculos moible.png differ diff --git a/assets/Image/óculos-desktop.png b/assets/Image/óculos-desktop.png new file mode 100644 index 0000000..42190a3 Binary files /dev/null and b/assets/Image/óculos-desktop.png differ diff --git a/index.html b/index.html index 9bffbb5..f287545 100644 --- a/index.html +++ b/index.html @@ -112,7 +112,22 @@ +
+
+

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