Guest User

Untitled

a guest
Aug 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. h1 {
  2.  
  3. color: white;
  4. background-color: black;
  5. text-align: center;
  6. }
  7.  
  8.  
  9.  
  10.  
  11.  
  12. h2 {
  13.  
  14. margin-left: 185px;
  15. }
  16.  
  17.  
  18.  
  19.  
  20.  
  21. .coinsgandalf {
  22.  
  23. position: absolute;
  24. color: black;
  25. font-weight: bold;
  26. font-size: 40px;
  27. margin-left: 30px;
  28. margin-top: 50px;
  29. border: groove;
  30. border-radius: 20px / 30px;
  31. padding: 20px 100px 20px 100px;
  32. background-color: rgb(252, 252, 252, 0.5);
  33.  
  34. }
  35.  
  36.  
  37.  
  38.  
  39. .nomgandalf {
  40.  
  41. position: absolute;
  42. color: white;
  43. margin-left: 70px;
  44. margin-top: 300px;
  45. font-size: 100px;
  46.  
  47. }
  48.  
  49.  
  50.  
  51.  
  52.  
  53. .gandalf {
  54.  
  55. position: absolute;
  56. background-color: #F89B4D;
  57. opacity: 0.5;
  58.  
  59. }
  60.  
  61.  
  62.  
  63.  
  64.  
  65. section:hover .coinsgandalf {
  66.  
  67. display: none;
  68. }
  69.  
  70.  
  71.  
  72.  
  73.  
  74. section:hover .nomgandalf {
  75.  
  76. margin-top: 500px;
  77. font-size: 50px;
  78. margin-left: 150px;
  79. }
  80.  
  81.  
  82.  
  83.  
  84.  
  85. img:hover {
  86.  
  87. background-color: #F89B4D;
  88. opacity: 10;
  89. }
  90.  
  91.  
  92.  
  93.  
  94.  
  95. .color {
  96.  
  97. color: orange;
  98. }
Add Comment
Please, Sign In to add comment