base.css 267 B

1234567891011121314151617
  1. body {
  2. height: 100%;
  3. display: flex;
  4. justify-content: space-around;
  5. align-items: center;
  6. background: #000000;
  7. }
  8. #webview {
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. width: 100%;
  13. height: 100%;
  14. display: inline-flex !important;
  15. }