spin spongebob

by pyrliu

HTML

<img class="image" src="http://makeameme.org/media/templates/tough_spongebob_i_ll_have_you_know.jpg" alt="">

CSS

.image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    margin:-180px 0 0 -180px;    
    animation: spin0 10s ease-in-out 0s 1;
}
@keyframes spin0 { 100% { transform:rotate(7200deg); } }