Adiciona nova section de imagens

This commit is contained in:
Joseildo Lima da Silva 2022-10-08 19:52:40 -03:00
parent f1e1d9a2b8
commit 6ae55407ef
5 changed files with 27 additions and 0 deletions

BIN
assets/img/preview_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

BIN
assets/img/preview_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

BIN
assets/img/preview_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

View File

@ -74,6 +74,20 @@
</div>
</article>
<article class="second_container">
<picture>
<img class="preview_img" src="./assets/img/preview_1.png" alt="preview 1">
</picture>
<picture>
<img class="preview_img" src="./assets/img/preview_2.png" alt="preview 2">
</picture>
<picture>
<img class="preview_img" src="./assets/img/preview_3.png" alt="preview 3">
</picture>
</article>
</main>
</body>

View File

@ -84,6 +84,19 @@ body {
width: 100px;
}
.second_container {
padding: 3rem;
height: 420px;
background-color: #E0E0E0;
display: flex;
gap: 24px;
}
.preview_img {
width: 100%;
}
@media screen and (max-width: 413px) {
.primary_banner {