feat: cards inferiores estilizados
This commit is contained in:
parent
f3d6889f3d
commit
ebcff3dd0c
@ -57,9 +57,12 @@ header {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.card-section{
|
||||
.card-section, .card-section-small{
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.card-section{
|
||||
padding: 178px 0px 80px 0px;
|
||||
}
|
||||
|
||||
@ -103,11 +106,22 @@ header {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.card-section-small{
|
||||
width: 100%;
|
||||
padding-top: 190px;
|
||||
}
|
||||
|
||||
.card-small{
|
||||
width: 22%;
|
||||
}
|
||||
|
||||
.img-card-small{
|
||||
width: 24%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.img-card-small img{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -63,9 +63,9 @@
|
||||
<img src="./assets/images/computer 3.png"/>
|
||||
</figure>
|
||||
</section>
|
||||
<section>
|
||||
<section class="card-section-small">
|
||||
<div class="card-small">
|
||||
<figure>
|
||||
<figure class="img-card-small">
|
||||
<img src="./assets/images/money.png">
|
||||
</figure>
|
||||
<figcaption>
|
||||
@ -73,7 +73,7 @@
|
||||
</figcaption>
|
||||
</div>
|
||||
<div class="card-small">
|
||||
<figure>
|
||||
<figure class="img-card-small">
|
||||
<img src="./assets/images/coin 1.png">
|
||||
</figure>
|
||||
<figcaption>
|
||||
@ -81,7 +81,7 @@
|
||||
</figcaption>
|
||||
</div>
|
||||
<div class="card-small">
|
||||
<figure>
|
||||
<figure class="img-card-small">
|
||||
<img src="./assets/images/laptop.png">
|
||||
</figure>
|
||||
<figcaption>
|
||||
@ -89,7 +89,7 @@
|
||||
</figcaption>
|
||||
</div>
|
||||
<div class="card-small">
|
||||
<figure>
|
||||
<figure class="img-card-small">
|
||||
<img src="./assets/images/cel.png">
|
||||
</figure>
|
||||
<figcaption>
|
||||
|
Loading…
Reference in New Issue
Block a user