feat: estilização das três imagens de computador e o background cinza

This commit is contained in:
Ramon Dias Ferreira 2022-10-13 10:36:44 -03:00
parent 3f84222d37
commit c458b0c0e1
2 changed files with 24 additions and 6 deletions

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>