guilhermerosa #2
@ -123,7 +123,7 @@ body {
|
|||||||
.bottom-cards {
|
.bottom-cards {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(4, 1fr);
|
||||||
padding: 0 72px;
|
padding: 0 72px 108px;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
@ -150,6 +150,36 @@ body {
|
|||||||
max-width: 368px;
|
max-width: 368px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bottom-infocard {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 116px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-infocard-text {
|
||||||
|
padding: 0 685px 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-infocard-title {
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 39px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-infocard-description {
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 24px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-infocard-image {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.page-footer {
|
.page-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
20
index.html
20
index.html
@ -101,6 +101,26 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section class="bottom-infocard">
|
||||||
|
|
||||||
|
<div class="bottom-infocard-text">
|
||||||
|
<h2 class="bottom-infocard-title">Lorem ipsum dolor sit amet</h2>
|
||||||
|
|
||||||
|
<p class="bottom-infocard-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p class="bottom-infocard-description">
|
||||||
|
Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget hendrerit. Curabitur venenatis felis vitae sagittis venenatis.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p class="bottom-infocard-description">
|
||||||
|
Donec finibus turpis vitae lectus interdum rutrum vitae sed augue.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<img class="bottom-infocard-image" src="./assets/images/bottom-infocard-image-desktop.png" alt="Imagem do infocard de baixo">
|
||||||
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="page-footer">
|
<footer class="page-footer">
|
||||||
|
Loading…
Reference in New Issue
Block a user