Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html {
- }
- body {
- background-color:white;
- }
- #container {
- background-image:url("../img/background.png");
- border:2px solid black;
- width:1000px;
- height:600px;
- }
- #weapon {
- background-image:url("../img/crosshair.png");
- background-size:100% 100%;
- width:50px;
- height:50px;
- position:absolute;
- z-index:10;
- }
- #test{
- width:50px;
- }
- #impact{
- float:left;
- width:100px;
- height:100px;
- position:relative;
- top:0px;
- left:0px;
- visibility:hidden;
- }
- #mexican {
- width:50px;
- height:50px;
- position:relative;
- background-image:url("../img/playera.png");
- }
- .tir {
- foat:left;
- visibility:visible;
- width:100px;
- height:100px;
- background: url("../img/explosiontest.png");
- background-size:100% 100%;
- }
- #skills {
- float:right;
- margin-right:10px;
- margin-top:150px;
- }
- .ba, .bz, .be, .br, .bt {
- width:150px;
- height:72px;
- margin:5px;
- }
- .ba {
- background-image:url("../img/ba.png");
- }
- .bz {
- background-image:url("../img/bz.png");
- }
- .be {
- background-image:url("../img/be.png");
- }
- .br {
- background-image:url("../img/br.png");
- }
- .bt {
- background-image:url("../img/bt.png");
- }
Add Comment
Please, Sign In to add comment