forked from M3-Academy/practice-time-landing-page
Merge pull request 'adicionando footer' (#5) from improvement into main
Reviewed-on: #5
This commit is contained in:
commit
ed501df6b6
@ -0,0 +1,36 @@
|
|||||||
|
footer {
|
||||||
|
width: 100%;
|
||||||
|
height: 128px;
|
||||||
|
left: 0px;
|
||||||
|
top: 435px;
|
||||||
|
bottom: 0;
|
||||||
|
background: #000000;
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer .social-media {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
width: 104px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer span {
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 10px;
|
||||||
|
line-height: 12px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #BDBDBD;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 415px) {
|
||||||
|
footer span {
|
||||||
|
width: 261px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
@ -117,7 +117,6 @@
|
|||||||
height: 596px;
|
height: 596px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
top: 242px;
|
top: 242px;
|
||||||
bottom: 179px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-text-final img {
|
.content-text-final img {
|
||||||
@ -233,7 +232,6 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
bottom: 135px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
10
index.html
10
index.html
@ -89,6 +89,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
<footer>
|
||||||
|
<div class="social-media">
|
||||||
|
<a href="#"><img src="./assets/img/Instagram.svg"></a>
|
||||||
|
<a href="#"><img src="./assets/img/facebook-logo.svg"></a>
|
||||||
|
<a href="#"><img src="./assets/img/Youtube.svg"></a>
|
||||||
|
</div>
|
||||||
|
<span>Copyright © 2020 - Loja Comércio Eletrônico | CNPJ: 000.000.000/0001-00
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user