iHanoiStyle.css 844 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #planoDeFundo {
  2. background :transparent;
  3. width: 100%;
  4. height: 75%;
  5. position: absolute;
  6. }
  7. #restart_button{
  8. position:absolute;
  9. border:1px solid gray;
  10. border-radius: 7%;
  11. font-size: 0.875;
  12. word-wrap: break-word;
  13. max-width: 7%;
  14. left: 21%;
  15. top:5%;
  16. }
  17. #A_button{
  18. position:absolute;
  19. border:1px solid gray;
  20. border-radius: 7%;
  21. font-size: 1;
  22. height:3%;
  23. width: 20%;
  24. left: 6.6%;
  25. top:76%;
  26. }
  27. #B_button{
  28. position:absolute;
  29. border:1px solid gray;
  30. border-radius: 7%;
  31. font-size: 1;
  32. height: 3%;
  33. word-wrap: break-word;
  34. width: 20%;
  35. left: 40.5%;
  36. top:76%;
  37. }
  38. #C_button{
  39. position:absolute;
  40. border:1px solid gray;
  41. border-radius: 7%;
  42. font-size: 1;
  43. height: 3%;
  44. width: 20%;
  45. left: 74%;
  46. top:76%;
  47. }