style.css 408 B

12345
  1. body { padding: 0; margin: 0 }
  2. #unity-container { position: fixed; width: 100%; height: 100%; }
  3. #unity-canvas { width: 100%; height: 100%; background: #231F20 }
  4. #unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
  5. #unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }