@keyframes anim1 { from { background-color: navy; } to { background-color: yellow; } } p { animation: anim1 5s; }