23 lines
327 B
CSS
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;
|
||
|
|
}
|