Game sederhana latihan penjumlahan dan pengurangan untuk anak TK/SD
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.

49 lines
827 B

  1. @import "normalize.css";
  2. body {
  3. text-align: center;
  4. }
  5. #soal, #jawaban {
  6. display: inline;
  7. margin: 50px 0px;
  8. font-family: Georgia, 'Times New Roman', Times, serif;
  9. font-size: 7rem;
  10. }
  11. input#jawaban {
  12. border: none;
  13. padding: 0;
  14. }
  15. #sign > img {
  16. width: 18%;
  17. }
  18. #footer {
  19. position: absolute;
  20. bottom: 50px;
  21. left: 0px;
  22. right: 0px;
  23. }
  24. #level {
  25. font-family: Georgia, 'Times New Roman', Times, serif;
  26. font-size: 2rem;
  27. }
  28. #footer > img {
  29. width: 6%;
  30. padding: 5px;
  31. border: 1px solid #0f0;
  32. border-radius: 10px;
  33. background-color: #cfc;
  34. }
  35. img#fireworks {
  36. width: 100%;
  37. }
  38. button#restart {
  39. padding: 5px;
  40. border: 1px solid #999;
  41. border-radius: 10px;
  42. background-color: #333;
  43. color: #ccc;
  44. font-size: xx-large;
  45. }
  46. button#restart:hover {
  47. border: 1px solid #ccc;
  48. background-color: #666;
  49. color: #fff;
  50. }