index.css 222 B

123456789101112131415161718
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. outline: none;
  5. box-sizing: border-box;
  6. word-break: break-all;
  7. word-break: break-word;
  8. }
  9. html, body {
  10. width: 100%;
  11. height: 100%;
  12. }
  13. #meta2d {
  14. height: 100%;
  15. overflow: hidden;
  16. }