munch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

41 lines
419 B

  1. body {
  2. background: #111;
  3. color: #eee;
  4. height: 100%;
  5. width: 100%;
  6. }
  7. button {
  8. background: #222;
  9. color: #eee;
  10. }
  11. .compass-button {
  12. width: 100px;
  13. height: 100px;
  14. }
  15. #log {
  16. background: #222;
  17. width: 100%;
  18. height: 100%;
  19. flex: 3;
  20. }
  21. #stats {
  22. float: right;
  23. flex: 1;
  24. }
  25. #game-and-stats {
  26. margin: auto;
  27. height: 500px;
  28. width: 700px;
  29. display: flex;
  30. }
  31. #footer {
  32. width: 500px;
  33. margin: auto;
  34. }