File Update

indentations
This commit is contained in:
Thomas
2025-10-06 21:16:06 +02:00
parent a184c31cca
commit 655347dbf5
6 changed files with 310 additions and 6 deletions

View File

@@ -133,3 +133,17 @@ td {
.right {
float: right;
}
html {
height: 100%;
width: 100%;
}
#bg-image {
height: 100%;
width: 100%;
position: fixed;
background-image: url(logo.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
opacity: 0.3;
}