diff --git a/assets/css/style.css b/assets/css/style.css index 14ef12d..2aa69df 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -66,6 +66,36 @@ body { text-align: center; } +.top-cards { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 20px; + justify-content: center; + margin: 0 22% 4%; +} + +.top-card { + display: flex; + flex-direction: column; + align-items: center; + background: #ffffff; + box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); +} + +.top-card-image { + display: block; + margin-top: 10%; +} +.top-card-description { + font-style: normal; + font-weight: 400; + font-size: 16px; + line-height: 150%; + /* or 150% */ + margin: 8%; + text-align: center; +} + @media screen and (max-width: 1023px) { .main-banner-desktop { display: none; @@ -89,6 +119,13 @@ body { .top-infocard-description { line-height: 24px; } + + .top-cards { + display: flex; + flex-direction: column; + gap: 24px; + margin: 0 32px 80px; + } } @media screen and (min-width: 1024px) { .main-banner-mobile { diff --git a/assets/imagens/top-card-image-01.png b/assets/imagens/top-card-image-01.png new file mode 100644 index 0000000..8cf9fb5 Binary files /dev/null and b/assets/imagens/top-card-image-01.png differ diff --git a/assets/imagens/top-card-image-02.png b/assets/imagens/top-card-image-02.png new file mode 100644 index 0000000..0d27090 Binary files /dev/null and b/assets/imagens/top-card-image-02.png differ diff --git a/assets/imagens/top-card-image-03.png b/assets/imagens/top-card-image-03.png new file mode 100644 index 0000000..11b00d4 Binary files /dev/null and b/assets/imagens/top-card-image-03.png differ diff --git a/index.html b/index.html index 494ddf4..b4d119e 100644 --- a/index.html +++ b/index.html @@ -40,14 +40,43 @@ dui.

- -
Banner do Infocard do Topo
- +
+
+ Imagem do Primeiro Card do Topo +
+

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

+
+
+
+ Imagem do Segundo Card do Topo +
+

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

+
+
+
+ Imagem do Terceiro Card do Topo +
+

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

+
+
+