Initial commit

This commit is contained in:
2026-03-31 13:27:08 +02:00
commit 565c9660d9
8 changed files with 258 additions and 0 deletions

22
main.css Normal file
View File

@@ -0,0 +1,22 @@
#logo{
max-height:20%;
max-width:20%
}
body {
font-family: "Lucida Sans", sans-serif;
background-color:#cccccc;
}
#modal1{
box-shadow:3px 3px 10px gray;
font-family:Arial Black ;
}
#volume{
max-width:70%;
}
.modal-body{
text-align: center;
font-size: 100%;
box-shadow:3px 3px 10px gray;
}