Menu
×
×
Correct!
题目:Add a 2 second animation for the <div> element, which changes the color from red to blue. Call the animation "example" 提示:Use the @keyframes rule, and the animation-name, and animation-duration properties. |
修改以下代码:
效果预览:
|
答案:
效果预览:
|