styles.css 211 B

1234567891011121314151617
  1. html, body {
  2. margin: 0;
  3. padding:0;
  4. height: 100%;
  5. background-color:#000000;
  6. }
  7. #gameArea {
  8. position: absolute;
  9. left: 50%;
  10. top: 50%;
  11. }
  12. #gameCanvas {
  13. width: 100%;
  14. height: 100%;
  15. }