feat: estilização do footer
This commit is contained in:
parent
c458b0c0e1
commit
f3d6889f3d
@ -103,3 +103,33 @@ header {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
footer{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: 128px;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.social-networks{
|
||||
width: 1.3%;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.social-networks img{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
footer p{
|
||||
color: #ffffff;
|
||||
}
|
@ -108,13 +108,13 @@
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="">
|
||||
<a class="social-networks" href="">
|
||||
<img src="./assets/images/instagram.png"/>
|
||||
</a>
|
||||
<a href="">
|
||||
<a class="social-networks" href="">
|
||||
<img src="./assets/images/facebook-logo.png"/>
|
||||
</a>
|
||||
<a href="">
|
||||
<a class="social-networks" href="">
|
||||
<img src="./assets/images/youtube 2.png"/>
|
||||
</a>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user