screen.css 226 B

12345678910111213141516171819
  1. * {
  2. margin: 0;
  3. }
  4. html, body, #output {
  5. width: 100%;
  6. height: 100%;
  7. }
  8. table {
  9. border: 0px;
  10. border-collapse: collapse;
  11. border-spacing: 0px;
  12. display: table;
  13. }
  14. table td {
  15. padding: 0px;
  16. }
  17. .cell {
  18. color: black;
  19. }