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.

31 lines
535 B

2 years ago
  1. body{
  2. background-color: darkturquoise;
  3. }
  4. h3{
  5. text-align: center;
  6. }
  7. #content,#result,#check{
  8. border-style: dashed;
  9. width: 30%;
  10. margin-left: 35%;
  11. margin-right: 35%;
  12. padding: 10px;
  13. }
  14. #result{
  15. border-style: none;
  16. margin-top: 5%;
  17. margin-bottom: 5%;
  18. }
  19. #check{
  20. border-style: none;
  21. margin-top: 5%;
  22. margin-bottom: 5%;
  23. }
  24. table{
  25. border-top:1px solid #999;
  26. border-left:1px solid #999;
  27. border-spacing:0;
  28. }
  29. table td{
  30. border-bottom:1px solid #999;
  31. border-right:1px solid #999;
  32. }