Line 43: | Line 43: | ||
@-moz-keyframes myfirst /* Firefox */ | @-moz-keyframes myfirst /* Firefox */ | ||
{ | { | ||
− | 0% {left: | + | 0% {left:170px; top:200px;} |
− | 25% {left: | + | 25% {left:175px; top:205px;} |
− | 50% {left: | + | 50% {left:180px; top:210px;} |
− | 75% {left: | + | 75% {left:175px; top:205px;} |
− | 100% {left: | + | 100% {left:170px; top:200px;} |
} | } | ||
@-webkit-keyframes myfirst /* Safari and Chrome */ | @-webkit-keyframes myfirst /* Safari and Chrome */ | ||
{ | { | ||
− | 0% {left: | + | 0% {left:170px; top:200px;} |
− | 25% {left: | + | 25% {left:175px; top:205px;} |
− | 50% {left: | + | 50% {left:180px; top:210px;} |
− | 75% {left: | + | 75% {left:175px; top:205px;} |
− | 100% {left: | + | 100% {left:170px; top:200px;} |
} | } | ||
@-o-keyframes myfirst /* Opera */ | @-o-keyframes myfirst /* Opera */ | ||
{ | { | ||
− | 0% {left: | + | 0% {left:170px; top:200px;} |
− | 25% {left: | + | 25% {left:175px; top:205px;} |
− | 50% {left: | + | 50% {left:180px; top:210px;} |
− | 75% {left: | + | 75% {left:175px; top:205px;} |
− | 100% {left: | + | 100% {left:170px; top:200px;} |
} | } | ||
.high1 p | .high1 p |
Revision as of 12:17, 15 October 2018