Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. body{
  2. background-color: #232323;
  3. margin: 0px;
  4. font-family: 'DM Serif Display', serif;
  5. }
  6. h1{
  7. text-align: center;
  8. color: #FE9C8F;
  9. background-color: steelblue;
  10. margin:0px;
  11. font-weight: 800;
  12. }
  13. #controls{
  14. padding-top:9px;
  15. }
  16. .square{
  17. width:30%;
  18. background-color:pink;
  19. padding-bottom: 30%;
  20. float: left;
  21. margin: 1.66%;
  22. transition: background 1.5s;
  23. border-radius: 55%;
  24. }
  25. #container{
  26. margin: 0 auto;
  27. max-width: 600px;
  28. }
  29. #message{
  30. align-content: center;
  31. }
  32. #controls{
  33. color: black;
  34. background-color:white;
  35. height: 30px;
  36. text-align: center;
  37. }
  38. .selected{
  39. background-color:steelblue;
  40. }
  41. #value{
  42. font-size:50px;
  43. }
  44. button{
  45. padding: 0px;
  46. border: #FE9C8F;
  47. height: 100%;
  48. color: none;
  49. background: none;
  50. font-family: 'DM Serif Display', serif;
  51. letter-spacing: 1px;
  52. transition: all 0.5s;
  53. outline: none;
  54.  
  55. }
  56. button:hover{
  57. color: bisque;
  58. background:steelblue
  59. }
  60. #controls{
  61. margin: 0px;
  62. padding: 0px;
  63. }
  64. #message{
  65. padding-left:45px;
  66. padding-right: 45px;
  67. }
  68. #butt{
  69.  
  70. float: left;
  71. margin-left:20px;
  72. margin-right:20px;
  73.  
  74. }
  75. #hard{
  76. margin-left: 20px;
  77. }
  78. #easy{
  79. margin-left:20px;
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement