style.css 247 B

123456789101112131415161718192021
  1. html,
  2. body {
  3. padding: 0px 0px;
  4. margin: 0px 0px;
  5. wdith: 100%;
  6. height: 100%;
  7. }
  8. .box {
  9. margin: 10px 10px;
  10. }
  11. .orgSelect {
  12. margin-bottom: 10px;
  13. }
  14. #player {
  15. width: 100%;
  16. height: calc(100% * 5 / 8);
  17. background-color: black;
  18. }