Footer addded

This commit is contained in:
2021-12-27 22:54:54 -03:00
parent 3d5cfdb4bc
commit 19a61aa469
5 changed files with 42 additions and 1 deletions

23
styles/footer.scss Normal file
View File

@@ -0,0 +1,23 @@
footer {
$height: 7vh;
position: absolute;
height: $height;
width: 100%;
padding-left: 2vw;
top: calc(100% - $height);
box-sizing: border-box;
color: #fff;
font-size: 13pt;
a {
color: rgb(31, 94, 189)
}
}