This commit is contained in:
Janis M
2022-03-29 12:40:18 +02:00
parent 5c128cb2ae
commit 0c4e9e83c4
10 changed files with 211 additions and 174 deletions

View File

@@ -6,26 +6,26 @@
<style type="text/css">
.footerDIV {
width: 100%;
background-color: #414854;
clear: both;
position: relative;
height: 65px;
margin-top: -56px;
width: 100%;
background-color: #414854;
clear: both;
position: relative;
height: 65px;
margin-top: -56px;
}
/* LOGO PART */
.footerDIVLogo {
width: 20%;
height:80%;
margin-left: auto;
margin-right: auto;
width: 20%;
height:80%;
margin-left: auto;
margin-right: auto;
}
.footerDIVLogo > img {
height: 80%;
position: relative;
top:20%;
left:40%;
margin-left: auto;
margin-right: auto;
height: 80%;
position: relative;
top:20%;
left:40%;
margin-left: auto;
margin-right: auto;
}
</style>