Xorflo
Member
- May 18, 2013
- 51
- 0
So basically I want the clouds in the image below to move. I'm sure I did my css correctly but here it is:
And it still wont work! Any help?
HTML:
.clouds {
background-image:url('/app/tpl/skins/habbo/static/clouds.png');
width:100%;
height:100%;
position:absolute;
overflow:hidden;
-webkit-animation: slide 60s linear infinite;
z-index:-2;
}