feature-landing-page #1

Merged
RamonDiasFerreira merged 16 commits from feature-landing-page into main 2022-10-13 22:45:10 +00:00
2 changed files with 24 additions and 6 deletions
Showing only changes of commit c458b0c0e1 - Show all commits

View File

@ -84,3 +84,22 @@ header {
.img-card img{ .img-card img{
width: 100%; width: 100%;
} }
.computers-area{
display: flex;
justify-content: space-evenly;
width: 100%;
background: #E0E0E0;
}
.computers-img{
position: relative;
top: 60px;
width: 29%;
}
.computers-img img{
width: 100%;
}

View File

@ -52,15 +52,14 @@
</figcaption> </figcaption>
</div> </div>
</section> </section>
<div>color cinza</div> <section class="computers-area">
<section> <figure class="computers-img">
<figure>
<img src="./assets/images/computer 1.png"/> <img src="./assets/images/computer 1.png"/>
</figure> </figure>
<figure> <figure class="computers-img">
<img src="./assets/images/computer 2.png"/> <img src="./assets/images/computer 2.png"/>
</figure> </figure>
<figure> <figure class="computers-img">
<img src="./assets/images/computer 3.png"/> <img src="./assets/images/computer 3.png"/>
</figure> </figure>
</section> </section>