style.css 594 B

12345678910111213141516171819202122232425262728
  1. body {
  2. background: black;
  3. margin: 0;
  4. }
  5. #orientation {
  6. margin: 0 auto;
  7. position: absolute;
  8. top: 0;
  9. left: 0;
  10. width: 100%;
  11. height: 100%;
  12. background-image: url(../assets/graphics/rotate-phone.png);
  13. background-repeat: no-repeat;
  14. background-position: center;
  15. background-color: rgb(0, 0, 0);
  16. z-index: 999;
  17. display: none;
  18. }
  19. @font-face {
  20. font-family: 'GrilledCheeseBTNToasted';
  21. font-style: normal;
  22. font-weight: normal;
  23. src: local('GrilledCheeseBTNToasted'), url('../assets/fonts/GrilledCheeseBTNToasted.woff') format('woff');
  24. }