New Website Progress

This commit is contained in:
Jonas_Jones 2022-05-15 00:50:12 +02:00
parent b51318a874
commit 10f10d0552
11 changed files with 247 additions and 10 deletions

17
new/footer.css Normal file
View file

@ -0,0 +1,17 @@
footer {
position: fixed;
bottom: 0;
width: 0;
}
.contactIconDiv {
background-color: #195294;
width: 31px;
border-radius: 5px;
padding: 3px;
padding-bottom: 0px;
}
footer a {
margin: 5px;
background-color: #10335C;
}