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;
|
||||
margin-top: 129px;
|
||||
padding-left: 72px;
|
||||
width: 100%;
|
||||
width: 93%;
|
||||
|
||||
}
|
||||
|
||||
@ -127,8 +127,7 @@ body {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
padding-bottom: 65px;
|
||||
/*margin-left: 32px;
|
||||
margin-right: 32px;*/
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.middle-banners {
|
||||
@ -187,10 +186,28 @@ body {
|
||||
.bottom-infocard-image {
|
||||
padding-top: 50px;
|
||||
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-----------*/
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
|
@ -124,17 +124,32 @@
|
||||
|
||||
<footer class="page-footer">
|
||||
<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>
|
||||
|
||||
<li>
|
||||
<a href="/" target="_blank">
|
||||
<img class="footerlogo" src="./assets/images/icon-footer02.png" alt="Icon Footer Facebook" />
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/" target="_blank">
|
||||
<img class="footerlogo" src="./assets/images/icon-footer03.png" alt="Icon Footer Youtube" />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<img class="footerlogo" src="./assets/images/logo-footer02.png" alt="Logo Footer Facebook" />
|
||||
|
||||
<img class="footerlogo" src="./assets/images/logo-footer03.png" alt="Logo Footer Youtube" />
|
||||
</div>
|
||||
<div>
|
||||
<p class="footer-text">
|
||||
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</footer> <!-----------------Fim do footer------------->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user