Early work on Mapp, will move to Github or Gitlab if something becomes of it.
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.

16 lines
177 B

5 years ago
  1. div#container {
  2. position: absolute;
  3. left: 0;
  4. right: 0;
  5. top: 0;
  6. bottom: 0;
  7. margin: 0;
  8. padding: 0;
  9. overflow: hidden;
  10. }
  11. body, html {
  12. margin: 0;
  13. padding: 0;
  14. }