stylesheet.css 490 B

12345678910111213141516171819202122232425
  1. body {
  2. margin: 0px 0px 1px 0px; /* the extra 1px allows the iOS inner/outer check to work */
  3. background: #808080;
  4. }
  5. canvas {
  6. display : block;
  7. margin : auto;
  8. }
  9. #orientation {
  10. margin: 0 auto;
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. width: 100%;
  15. height: 100%;
  16. background-image: url(../assets/orientation.jpg);
  17. background-repeat: no-repeat;
  18. background-position: center;
  19. background-color: rgb(0, 0, 0);
  20. z-index: 999;
  21. display: none;
  22. }