Home
Fun
Games
Blog
CDCRIFD
CDRD
Utilities
About
Settings
×
Notice
undefined
OK
HTML Editor
<p>Hello world!</p>
<style>
 p {
 animation: move 3s linear 0s infinite;
 }
 @keyframes move {
 0% {color: #00FF00;}
 100% {color: #FF0000;}
 }
</style>
Run Code
Clear Code