diff --git a/Assets/Images/Banner-bottom-mobile.png b/Assets/Images/Banner-bottom-mobile.png new file mode 100644 index 0000000..50df8d7 Binary files /dev/null and b/Assets/Images/Banner-bottom-mobile.png differ diff --git a/Assets/Images/Bannner-bottom-desktop.png b/Assets/Images/Bannner-bottom-desktop.png new file mode 100644 index 0000000..74d0711 Binary files /dev/null and b/Assets/Images/Bannner-bottom-desktop.png differ diff --git a/Styles/index.css b/Styles/index.css index cba8c91..8186b56 100644 --- a/Styles/index.css +++ b/Styles/index.css @@ -111,10 +111,8 @@ body{ .bottom-cards{ display: flex; justify-content: center; - padding: 178px 30px 80px; + padding: 178px 30px 108px; gap: 16px; - - } .bottom-card{ @@ -124,13 +122,30 @@ body{ align-items: center; text-align: center; width: 100%; - padding: 30px; gap: 30px; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); } +.bottom-infocard{ + display: flex; + flex-direction: column; + align-items: center; +} +.text-bottom-infocard { + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + width: 80%; +} + +.text-bottom-infocard-title{ + font-weight: 600; + font-size: 32px; + line-height: 39px; +} @media screen and (max-width: 414px){ .banner-principal-desktop, @@ -141,7 +156,9 @@ body{ .infocard-image-mobile{ display: unset; } - + .text-bottom-infocard{ + width: 100%; + } } @media screen and (max-width: 768px){ @@ -166,8 +183,6 @@ body{ flex-direction: column; align-items: center; padding: 112px 23px 98px; - - } .bottom-card{ max-width: 350px; diff --git a/index.html b/index.html index 377a26f..3d626d0 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,8 @@ - - + + @@ -10,7 +10,7 @@ - + Desafio M3 Academy @@ -124,6 +124,19 @@ +
+
+

+ 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. +

+
+
+ \ No newline at end of file