Stylesss.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. 
  2. .body_mini {
  3. font-family: Arial, sans-serif;
  4. /*background-color: #CF0437;*/ /* Nền màu cam */
  5. background: linear-gradient(to bottom, #FFC0CB, #FF4500);
  6. color: #333;
  7. text-align: center;
  8. }
  9. .title {
  10. font-size: 2em;
  11. margin-bottom: 10px;
  12. text-align: center;
  13. color:#ffffff;
  14. }
  15. .countdown {
  16. display: flex;
  17. justify-content: center;
  18. margin-bottom: 20px;
  19. }
  20. .countdown div {
  21. background-color: #000;
  22. color: #fff;
  23. padding: 20px;
  24. margin: 0 5px;
  25. border-radius: 5px;
  26. }
  27. .countdown div span {
  28. display: block;
  29. font-size: 1.5em;
  30. }
  31. .tabs {
  32. display: flex;
  33. justify-content: center;
  34. margin-bottom: 10px;
  35. }
  36. .tab-button {
  37. cursor: pointer;
  38. padding: 10px;
  39. background-color: #ccc;
  40. border:1px solid;
  41. margin: 0;
  42. border-radius: 0px;
  43. }
  44. .tab-button.active {
  45. background-color: #fff;
  46. margin: 0 0px;
  47. }
  48. .tab-content {
  49. display: none;
  50. }
  51. .tab-content.active {
  52. display: block;
  53. }
  54. div_button_minigame {
  55. border-style: dotted;
  56. margin: 5px 5px 5px 5px;
  57. }