diff --git a/Assets/Images/coin 1.png b/Assets/Images/coin 1.png new file mode 100644 index 0000000..825f21e Binary files /dev/null and b/Assets/Images/coin 1.png differ diff --git a/Assets/Images/shop 1.png b/Assets/Images/shop 1.png new file mode 100644 index 0000000..e9be04a Binary files /dev/null and b/Assets/Images/shop 1.png differ diff --git a/Assets/Images/shopping-bag (1) 1.png b/Assets/Images/shopping-bag (1) 1.png new file mode 100644 index 0000000..fd9a49a Binary files /dev/null and b/Assets/Images/shopping-bag (1) 1.png differ diff --git a/Assets/Styles/main.css b/Assets/Styles/main.css index 3216b91..0e6f9c4 100644 --- a/Assets/Styles/main.css +++ b/Assets/Styles/main.css @@ -64,12 +64,49 @@ body { color: black; } +.top-cards { + padding: 74px 0; + gap: 20px; + display: grid; + grid-template-columns: repeat(3, max-content); + background: #FFFFFF; + justify-content: center; +} + +.top-card { + display: flex; + flex-direction: column; + align-items: center; + padding: 26px 26px 34px; + background: #FFFFFF; + box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); +} + +.top-card-img { + display: block; + margin-bottom: 26px; +} + +.top-card-description { + max-width: 300px; + font-size: 16px; + line-height: 24px; + text-align: center; +} + @media screen and (max-width: 414px) { .main-banner-desktop { display: none } } +@media screen and (max-width: 768px) { + .top-cards{ + grid-template-columns: 1fr; + padding: 36px 26px; + } +} + @media screen and (min-width: 415px) { .main-banner-mobile { display:none @@ -97,6 +134,12 @@ body { } } +@media screen and (min-width: 769px) and (max-width: 1200px) { + .top-cards{ + grid-template-columns: repeat(2, max-content); + } +} + @media screen and (min-width: 993px) and (max-width: 1280px) { .top-infocard-text { max-width: 520px; diff --git a/index.html b/index.html index 1dab3c6..57c3b88 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,25 @@ top infocard + +
+
+ Imagem shop + +

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.

+
+
+ Imagem shopping + +

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.

+
+
+ Imagem coin + +

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.

+
+ +
\ No newline at end of file