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

@ -83,4 +83,23 @@ header {
.img-card img{
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>
</div>
</section>
<div>color cinza</div>
<section>
<figure>
<section class="computers-area">
<figure class="computers-img">
<img src="./assets/images/computer 1.png"/>
</figure>
<figure>
<figure class="computers-img">
<img src="./assets/images/computer 2.png"/>
</figure>
<figure>
<figure class="computers-img">
<img src="./assets/images/computer 3.png"/>
</figure>
</section>