Guest User

Untitled

a guest
Jan 1st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. html {
  2.  
  3. }
  4.  
  5. body {
  6. background-color:white;
  7. }
  8.  
  9. #container {
  10. background-image:url("../img/background.png");
  11. border:2px solid black;
  12. width:1000px;
  13. height:600px;
  14. }
  15.  
  16. #weapon {
  17. background-image:url("../img/crosshair.png");
  18. background-size:100% 100%;
  19. width:50px;
  20. height:50px;
  21. position:absolute;
  22. z-index:10;
  23. }
  24.  
  25. #test{
  26. width:50px;
  27. }
  28.  
  29. #impact{
  30. float:left;
  31. width:100px;
  32. height:100px;
  33. position:relative;
  34. top:0px;
  35. left:0px;
  36. visibility:hidden;
  37.  
  38. }
  39.  
  40. #mexican {
  41. width:50px;
  42. height:50px;
  43. position:relative;
  44. background-image:url("../img/playera.png");
  45. }
  46.  
  47. .tir {
  48. foat:left;
  49. visibility:visible;
  50. width:100px;
  51. height:100px;
  52. background: url("../img/explosiontest.png");
  53. background-size:100% 100%;
  54. }
  55.  
  56. #skills {
  57. float:right;
  58. margin-right:10px;
  59. margin-top:150px;
  60.  
  61. }
  62.  
  63. .ba, .bz, .be, .br, .bt {
  64. width:150px;
  65. height:72px;
  66. margin:5px;
  67. }
  68.  
  69. .ba {
  70. background-image:url("../img/ba.png");
  71. }
  72. .bz {
  73. background-image:url("../img/bz.png");
  74. }
  75. .be {
  76. background-image:url("../img/be.png");
  77. }
  78. .br {
  79. background-image:url("../img/br.png");
  80. }
  81. .bt {
  82. background-image:url("../img/bt.png");
  83. }
Add Comment
Please, Sign In to add comment