Home Fun Games Blog CDCRIFD CDRD Utilities About Settings

HTML Editor

<p>Hello world!</p>

<style>

p {

  animation: move 3s linear 0s infinite;

}

@keyframes move {

  0% {color: #00FF00;}

  100% {color: #FF0000;}

}

</style>