feat: estilização das três imagens de computador e o background cinza
This commit is contained in:
parent
3f84222d37
commit
c458b0c0e1
@ -83,4 +83,23 @@ 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%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user