As a newbie to coding, I find myself struggling at project 5 checkpoint 16. The task at hand is to define a keyframe that makes the robot's eyes blink, but I can't seem to figure out where I'm going wrong with my syntax.
@keyframes blink {
50% {
background: radial-gradiant(circle, red 15%, transparent 40%), #cc5;
}
The above code is what I have come up with so far, but it seems to be incorrect. Any help or guidance on this matter would be greatly appreciated.