Menu
×
×
Correct!
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. |
Edit This Code:
Result:
|
Correct Code:
Result:
|