Files
primadiag-pelican-web/main.css
2026-03-31 13:27:08 +02:00

23 lines
327 B
CSS

#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;
}