Guest User

Untitled

a guest
Dec 14th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #hex
  2. {
  3. position: relative;
  4. z-index: 0;
  5. }
  6.  
  7. #gaba
  8. {
  9. position: absolute;
  10. margin: 1px;
  11. width: 498px;
  12. height: 698px;
  13. background-color: black;
  14. }
  15.  
  16. #score
  17. {
  18. top: 20px;
  19. left: 20px;
  20. height: 40px;
  21. width: 150px;
  22. position: absolute;
  23. color: white;
  24. z-index: 0;
  25. }
  26.  
  27. #paddle
  28. {
  29. position: relative;
  30. top: 525px;
  31. left: 155px;
  32. z-index: 0;
  33. }
  34.  
  35. .bumper
  36. {
  37. position: absolute;
  38. top: 50px;
  39. left: 140px;
  40. }
  41.  
  42. #bumper1
  43. {
  44. position: absolute;
  45. top: 50px;
  46. left: 140px;
  47. }
  48.  
  49. #bumper2
  50. {
  51. position: absolute;
  52. top: 50px;
  53. left: 140px;
  54. }
  55.  
  56. #bumper3
  57. {
  58. position: absolute;
  59. top: 50px;
  60. left: 140px;
  61. }
  62.  
  63. #bumper4
  64. {
  65. position: absolute;
  66. top: 50px;
  67. left: 140px;
  68. }
Add Comment
Please, Sign In to add comment