Feat(main): Cria Mid-banner #6

Merged
Rhayllon_Daudt merged 1 commits from Feat/Mid-banners into develop 2022-10-11 02:12:43 +00:00
5 changed files with 35 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

View File

@ -85,4 +85,23 @@ body{
line-height: 24px;
text-align: center;
padding: 26px;
}
.mid-banners{
background: #E0E0E0;
margin: 0 0 192px;
}
.mid-banner-wrapper{
display: grid;
grid-template-columns: repeat(3, 29%);
justify-content: center;
gap: 38px;
position: relative;
top: 62px;
}
.mid-banner-image{
width: 100%;
}

View File

@ -66,6 +66,22 @@
</div>
</section>
<div class="mid-banners">
<div class="mid-banner-wrapper">
<figure>
<img class="mid-banner-image" src="./assets/images/mid-image-01.png" alt="Notebook meio aberto primeiro angulo" />
</figure>
<figure>
<img class="mid-banner-image" src="./assets/images/mid-image-02.png" alt="Notebook meio aberto segundo angulo" />
</figure>
<figure>
<img class="mid-banner-image" src="./assets/images/mid-image-03.png" alt="Notebook meio aberto terceiro angulo" />
</figure>
</div>
</div>
</main>
</body>