source for sakino.kelbie.scot
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.

24 lines
237 B

7 months ago
  1. * {
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5. html {
  6. height: 100%;
  7. }
  8. body {
  9. width: 100%;
  10. height: 100%;
  11. }
  12. #mediaObject {
  13. width: 100%;
  14. height: 100%;
  15. position: relative;
  16. }
  17. #mediaObject embed, #mediaObject object {
  18. vertical-align:middle;
  19. }