body {
background: black;
animation: color-me-in 5s infinite;
}
@keyframes color-me-in {
0% {
background: orange;
}
100% {
background: black;
}
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.