Bugfix/Medidas #11
@ -122,7 +122,7 @@ body{
|
||||
grid-template-columns: repeat(4, 23%);
|
||||
gap: 16px;
|
||||
justify-content: center;
|
||||
padding: 0 0 108px;
|
||||
margin: 0 0 108px;
|
||||
}
|
||||
|
||||
.bottom-card{
|
||||
@ -131,18 +131,20 @@ body{
|
||||
align-items: center;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
||||
gap: 15px;
|
||||
padding: 36px 32px 65px;
|
||||
}
|
||||
|
||||
.bottom-card-image{
|
||||
display: block;
|
||||
padding: 36px 164px 0;
|
||||
width: 24%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.bottom-card-description{
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
padding: 16px 32px 66px;
|
||||
}
|
||||
|
||||
.bottom-section{
|
||||
@ -187,8 +189,11 @@ body{
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
.page-footer-conent{
|
||||
.page-footer-content{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 21%;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.footer-icons{
|
||||
@ -196,10 +201,13 @@ body{
|
||||
list-style: none;
|
||||
margin-bottom: 16px;
|
||||
justify-content: center;
|
||||
gap: 16px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.footer-icon{
|
||||
margin: 0 8px;
|
||||
.footer-link{
|
||||
display: flex;
|
||||
width: 6%;
|
||||
}
|
||||
|
||||
.footer-text{
|
||||
|
16
index.html
16
index.html
@ -113,6 +113,7 @@
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="bottom-card">
|
||||
<img class="bottom-card-image" src="./assets/images/bottom-card-04.png" alt="Imagem 4" />
|
||||
@ -121,6 +122,7 @@
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="bottom-section">
|
||||
@ -141,22 +143,22 @@
|
||||
</section>
|
||||
|
||||
<footer class="page-footer">
|
||||
<div class="page-footer-conent">
|
||||
<div class="page-footer-content">
|
||||
<ul class="footer-icons">
|
||||
<li class="footer-icon">
|
||||
<a href="#" target="_blank">
|
||||
<li>
|
||||
<a class="footer-link" href="#" target="_blank">
|
||||
<img src="./assets/images/icon-instagram.png" alt="Icone do Instgram">
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="footer-icon">
|
||||
<a href="#" target="_blank">
|
||||
<li>
|
||||
<a class="footer-link" href="#" target="_blank">
|
||||
<img src="./assets/images/icon-facebook.png" alt="Icone do Facebook">
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="footer-icon">
|
||||
<a href="#" target="_blank">
|
||||
<li>
|
||||
<a class="footer-link" href="#" target="_blank">
|
||||
<img src="./assets/images/icon-youtube.png" alt="Icone do Youtube">
|
||||
</a>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user