Line 28: | Line 28: | ||
-o-animation:myfirst 5s; /* Opera */ | -o-animation:myfirst 5s; /* Opera */ | ||
animation-iteration-count: infinite; | animation-iteration-count: infinite; | ||
− | width: | + | width:35%; |
height: 5%; | height: 5%; | ||
} | } | ||
Line 34: | Line 34: | ||
@keyframes myfirst | @keyframes myfirst | ||
{ | { | ||
− | 0% {left: | + | 0% {left:110px; top:195px;} |
− | 25% {left: | + | 25% {left:115px; top:200px;} |
− | 50% {left: | + | 50% {left:120px; top:205px;} |
− | 75% {left: | + | 75% {left:115px; top:200px;} |
− | 100% {left: | + | 100% {left:110px; top:195px;} |
} | } | ||
Revision as of 12:03, 15 October 2018