Membuat Logo Berputar Putar dengan css

Membuat Logo Berputar:

Kode CSS:
.box-animations{
background:url(urlgambar)no-repeat center;
width:75px;
height:75px;
margin:0;
-moz-animation:animaputar 2s infinite linear;
-webkit-animation:animaputar 2s infinite linear
}
@-moz-keyframes animaputar{
0%{-moz-transform:rotate(0deg);}
100%{-moz-transform:rotate(-360deg);}
}
@-webkit-keyframes animaputar{
0%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(-360deg);}
}

Kode Html:
<div class='box-animations'/>

url gambar
Dimensi = Harus perspektual, supaya muternya nggak oblak

Comments

Popular posts from this blog

Yamaha F1Z, Motor legendaris yang masih digemari saat ini.