<div_1>
<div_2>
<div_3><img></div_3>
</div_2>
</div_1>
div_1 {
-webkit-animation: spin 0.8s infinite linear;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
!!! .div_3{
position: absolute;
}