index.css 482 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. * {
  2. box-sizing: border-box;
  3. margin: 0;
  4. padding: 0;
  5. }
  6. body {
  7. margin: 0;
  8. padding: 0;
  9. font-size: 20px;
  10. }
  11. button{
  12. width: 100%;
  13. font-size: 2em;
  14. }
  15. input, button, select{
  16. width: 100%;
  17. font-size: 2em;
  18. }
  19. table {
  20. border: 1px;
  21. border-collapse: collapse;
  22. }
  23. td,th {
  24. border: 1px solid black;
  25. }
  26. label {
  27. font-size: 30px;
  28. font-family: arial, sans-serif;
  29. padding: 5px 5px 5px;
  30. }
  31. /*div#content {*/
  32. /*display: none;*/
  33. /*}*/