Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Animation gets displaced on minimizing browser? Reply To: Animation gets displaced on minimizing browser?

#147861
Astronaut
Participant

how to restructure it ??

i have made changes but still nothing happens

circle{

    display:inline-block;

    position:relative;
    width:200px;
    height:200px;
    border-top:20px solid red;
    border-right:20px solid red;
    border-radius:200px;
    z-index:-10;
    left:970px;
    bottom:120px;
    -moz-animation:spin 6s linear infinite;}