You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
343 B

.troggles {
height:500px;
left:50%;
margin-left:-300px;
overflow:hidden;
position:absolute;
top:110px;
width:600px;
z-index:0;
.troggle {
background: url('../../res/troggle.png');
height:100px;
position:absolute;
transition:left 0.3s, top 0.3s;
width:100px;
}
}