Adiciona Footer. Nao esta completo

This commit is contained in:
José Gregorio Mata Rodríguez 2022-10-13 23:22:02 -03:00
parent 57cffb730a
commit 23806705eb
5 changed files with 41 additions and 9 deletions

View File

Before

Width:  |  Height:  |  Size: 490 B

After

Width:  |  Height:  |  Size: 490 B

View File

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 262 B

View File

Before

Width:  |  Height:  |  Size: 346 B

After

Width:  |  Height:  |  Size: 346 B

View File

@ -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) {

View File

@ -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>
<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>
<p class="footer-text">
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
</p>
</div>
</footer> <!-----------------Fim do footer------------->