forked from M3-Academy/challenge-landing-page
Adiciona Footer. Nao esta completo
This commit is contained in:
parent
57cffb730a
commit
23806705eb
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 490 B |
Before Width: | Height: | Size: 262 B After Width: | Height: | Size: 262 B |
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 346 B |
@ -103,7 +103,7 @@ body {
|
|||||||
gap: 16px;
|
gap: 16px;
|
||||||
margin-top: 129px;
|
margin-top: 129px;
|
||||||
padding-left: 72px;
|
padding-left: 72px;
|
||||||
width: 100%;
|
width: 93%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -127,8 +127,7 @@ body {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
padding-bottom: 65px;
|
padding-bottom: 65px;
|
||||||
/*margin-left: 32px;
|
width: 85%;
|
||||||
margin-right: 32px;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.middle-banners {
|
.middle-banners {
|
||||||
@ -187,10 +186,28 @@ body {
|
|||||||
.bottom-infocard-image {
|
.bottom-infocard-image {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
width: 100%;
|
width: 71%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-footer {
|
||||||
|
background: #000000;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-icons {
|
||||||
|
display: flex;
|
||||||
|
list-style: none;
|
||||||
|
margin
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-text {
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 10px;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 12px;
|
||||||
|
color: #BDBDBD
|
||||||
/*-----------Breakpoints-----------*/
|
/*-----------Breakpoints-----------*/
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
|
@ -124,17 +124,32 @@
|
|||||||
|
|
||||||
<footer class="page-footer">
|
<footer class="page-footer">
|
||||||
<div class="footer-logo">
|
<div class="footer-logo">
|
||||||
<img class="footerlogo" src="./assets/images/logo-footer01.png" alt="Logo Footer Instagram" />
|
<ul class="footer-icons">
|
||||||
|
<li>
|
||||||
|
<a href="/" target="_blank">
|
||||||
|
<img class="footerlogo" src="./assets/images/icon-footer01.png" alt="Icon Footer Instagram" />
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<img class="footerlogo" src="./assets/images/logo-footer02.png" alt="Logo Footer Facebook" />
|
<li>
|
||||||
|
<a href="/" target="_blank">
|
||||||
|
<img class="footerlogo" src="./assets/images/icon-footer02.png" alt="Icon Footer Facebook" />
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<img class="footerlogo" src="./assets/images/logo-footer03.png" alt="Logo Footer Youtube" />
|
<li>
|
||||||
|
<a href="/" target="_blank">
|
||||||
|
<img class="footerlogo" src="./assets/images/icon-footer03.png" alt="Icon Footer Youtube" />
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<p class="footer-text">
|
<p class="footer-text">
|
||||||
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
|
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
|
|
||||||
</footer> <!-----------------Fim do footer------------->
|
</footer> <!-----------------Fim do footer------------->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user