style.css 167 B

1234567891011121314
  1. body {
  2. overflow:hidden;
  3. padding:0px;
  4. margin:0px;
  5. text-align:center;
  6. overflow: hidden;
  7. background-color:#000000;
  8. }
  9. #full {
  10. position:fixed;
  11. top:0px;
  12. left:0px
  13. }