black-hole.css 427 B

1234567891011121314151617181920212223
  1. body {
  2. background: #080808;
  3. margin: 0;
  4. padding: 0;
  5. }
  6. html {
  7. background: #080808;
  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/rotate-phone.png);
  17. background-repeat: no-repeat;
  18. background-position: center;
  19. background-color: rgb(0, 0, 0);
  20. z-index: 999;
  21. display: none;
  22. }
  23. #adcontainer {}