Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Add a 2 second animation for the <div> element, which changes the color from red to blue. Call the animation "example"

Hint: Use the @keyframes rule, and the animation-name, and animation-duration properties.