Implementa Footer

This commit is contained in:
2023-10-13 10:48:45 -03:00
parent d7a710b87f
commit 3e22599ebb
6 changed files with 98 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
.page-footer {
position: absolute;
bottom: 0;
width: 100%;
}
.footer-btn {
color: #ffffff;
font-size: 18px;
border: 1px solid #ffffff;
border-radius: 50%;
margin: 0 5px;
}
.footer-btn:hover {
color: #525252;
background-color: #ffffff;
}