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