ニジカもんすたぁ!! トップ・ページ https://nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
410 B

  1. /* vim:set tabstop=2 softtabstop=2 expandtab :*/
  2. @font-face
  3. {
  4. font-family: 'Nikumaru';
  5. src: url(./assets/nikumaru.otf);
  6. }
  7. html, body
  8. {
  9. overflow: hidden;
  10. }
  11. body
  12. {
  13. background-color: black;
  14. }
  15. #canvas
  16. {
  17. width: 100%;
  18. height: 100%;
  19. padding: 0;
  20. margin: 0;
  21. overflow: unset;
  22. border: none
  23. !important;
  24. outline: none
  25. !important;
  26. display: block;
  27. }