add old website to v1 branch

This commit is contained in:
2024-04-30 11:40:04 +02:00
parent f2ddd31fec
commit 6284a1e3f0
69 changed files with 11759 additions and 3133 deletions

24
css/footerstyle.css Executable file
View File

@@ -0,0 +1,24 @@
.Footer-box {
background-color: #38444d;
width: 100%;
margin-bottom: -1%;
display: flex;
justify-content: center;
}
.footer-content-box {
width: 80%;
padding: 2%;
}
.footer-center-box {
display: flex;
justify-content: center;
}
.footer-logo {
width: 10%;
display: inline-block;
position: relative;
vertical-align: middle;
}