style.css 553 B

123456789101112131415161718192021222324252627282930
  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: 'TF2 Build';
  21. font-style: normal;
  22. font-weight: normal;
  23. src: local('TF2 Build'), url('../assets/fonts/tf2build.woff') format('woff');
  24. }