Initial commit
This commit is contained in:
22
main.css
Normal file
22
main.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user