Tell us what’s happening: I am trying to create the wave point in Css animation which is giving me this hot seat.
This is what i wrote so far on the code:
@keyframes wave {
top: 10%;
top:10%;
bottom: 10%;
bottom: 10%;
}
===========
@keyframes wave {
top: 10%;
top:10%;
bottom: 10%;
bottom: 10%;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Challenge Information:
Learn CSS Transforms by Building a Penguin - Step 96